1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 00:15:49 +02:00

crystal: fix typos and add homepage (#2927)

This commit is contained in:
Marco Bonelli 2019-04-18 11:48:51 +02:00 committed by Owen Voke
parent 1a16899683
commit e80629b938

View file

@ -1,8 +1,9 @@
# crystal # 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}}` `crystal {{path/to/file.cr}}`
@ -14,7 +15,7 @@
`crystal play` `crystal play`
- Create a project directory for a crystal application: - Create a project directory for a Crystal application:
`crystal init app {{application_name}}` `crystal init app {{application_name}}`