authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-05-03 00:29:37 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-05-03 00:29:37 -07:00
log9a546e72d7176dc7a2e02bb316cceb21acfd6066
treebf3555476cb6f14a68da2e204e64290ad1634fc9
parent9a378bc9e650a8656b10ba9fa49fad605b84475c

docs- add `zig.mod` and `deps.zig` reference links to index


1 files changed, 4 insertions(+), 0 deletions(-)

docs/README.md+4
...@@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod...@@ -28,6 +28,10 @@ $ ./zig-out/bin/zigmod
2828
29Check here for the [full command reference](./commands/).29Check here for the [full command reference](./commands/).
3030
31Check here for the [`zig.mod` reference](./zig.mod.md).
32
33Check here for the [`deps.zig` reference](./deps.zig.md).
34
31### A new project35### A new project
32Create a new directory for your project and run these commands to get started:36Create a new directory for your project and run these commands to get started:
33```37```