diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -68,12 +68,11 @@ Contributions | |||
68 | Issues and patches: email the author. | 68 | Issues and patches: email the author. |
69 | 69 | ||
70 | 70 | ||
71 | Development commands | 71 | Development |
72 | -------------------- | 72 | ----------- |
73 | 73 | ||
74 | * Enter the development shell: `nix develop` | 74 | * Enter the development shell: `nix develop` |
75 | * Run tests in loop: `watchexec -cclear -r nim r -d:test main.nim` | 75 | * Make targets: `tickwatch`, `check`, `check-loop`, `install`, `clean` |
76 | * Build executable: `nim c -d:release main.nim` | ||
77 | 76 | ||
78 | 77 | ||
79 | Copyright and Licence | 78 | Copyright and Licence |