crystal: add French translation, update page (#10821)

* crystal: add French translation, update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Alexandre ZANNI
2023-10-08 13:28:50 +02:00
committed by GitHub
parent 8d95be0eaf
commit bdcd412b4b
2 changed files with 48 additions and 0 deletions

View File

@@ -11,6 +11,18 @@
`crystal build {{path/to/file.cr}}`
- Read Crystal source code from the command line or `stdin`, and execute it:
`crystal eval '{{code}}'`
- Generate API documentation from inline docstrings in Crystal files:
`crystal docs`
- Compile and run a Crystal specification suite:
`crystal spec`
- Start a local interactive server for testing the language:
`crystal play`