diff --git a/docs/README.md b/docs/README.md index ba008c3607e47a5dca9b5a8fba5363a62e0f31a1..5759944f19e8418aa4d3de83834c66bb81143d1b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod Check here for the [full command reference](./commands/). +Check here for the [`zig.mod` reference](./zig.mod.md). + +Check here for the [`deps.zig` reference](./deps.zig.md). + ### A new project Create a new directory for your project and run these commands to get started: ```