| ... | @@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod | ... | @@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod |
| 28 | | 28 | |
| 29 | Check here for the [full command reference](./commands/). | 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 | ### A new project | 35 | ### A new project |
| 32 | Create a new directory for your project and run these commands to get started: | 36 | Create a new directory for your project and run these commands to get started: |
| 33 | ``` | 37 | ``` |