From 9a546e72d7176dc7a2e02bb316cceb21acfd6066 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 3 May 2021 00:29:37 -0700 Subject: [PATCH] docs- add `zig.mod` and `deps.zig` reference links to index --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: ``` -- 2.54.0