mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
Add base crystal help file with build commands
This commit is contained in:
parent
b47163448c
commit
5096c4fac8
8
help/crystal.md
Normal file
8
help/crystal.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Crystal
|
||||
|
||||
- Build and run the program directly: `crystal <file>`
|
||||
- Compile the program to binary: `crystal build <file>`
|
||||
- Add `--progress` or `-p` to show build progress
|
||||
- Add `--release` when you're building the release version (takes longer)
|
||||
- Add `--no-debug` to increase the build speed (useful for dev builds)
|
||||
- Add `-o` to specify the location of the output file
|
Loading…
Reference in New Issue
Block a user