mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:38:23 +01:00
crystal: fix typos and add homepage (#2927)
This commit is contained in:
parent
1a16899683
commit
e80629b938
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# crystal
|
||||
|
||||
> Tool for managing crystal source code.
|
||||
> Tool for managing Crystal source code.
|
||||
> Homepage: <https://crystal-lang.org/reference/using_the_compiler>.
|
||||
|
||||
- Run a crystal file:
|
||||
- Run a Crystal file:
|
||||
|
||||
`crystal {{path/to/file.cr}}`
|
||||
|
||||
|
@ -14,7 +15,7 @@
|
|||
|
||||
`crystal play`
|
||||
|
||||
- Create a project directory for a crystal application:
|
||||
- Create a project directory for a Crystal application:
|
||||
|
||||
`crystal init app {{application_name}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue