| author | |
| committer | |
| log | 9a546e72d7176dc7a2e02bb316cceb21acfd6066 |
| tree | bf3555476cb6f14a68da2e204e64290ad1634fc9 |
| parent | 9a378bc9e650a8656b10ba9fa49fad605b84475c |
1 files changed, 4 insertions(+), 0 deletions(-)
docs/README.md+4| ... | ... | @@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod |
| 28 | 28 | |
| 29 | 29 | Check here for the [full command reference](./commands/). |
| 30 | 30 | |
| 31 | Check here for the [`zig.mod` reference](./zig.mod.md). | |
| 32 | ||
| 33 | Check here for the [`deps.zig` reference](./deps.zig.md). | |
| 34 | ||
| 31 | 35 | ### A new project |
| 32 | 36 | Create a new directory for your project and run these commands to get started: |
| 33 | 37 | ``` |