authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-21 02:26:15 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-21 02:26:15 -07:00
log18f277cc64a9803f893e90eee1ba7a976e03eadb
treebf1ca7ba02a8b103cef6eaf2b58784bd8c8d463e
parentc6de5e82891eb404cc257a99904a70c685e446bb

add direct link to tutorial in READMEs


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

README.md+2
......@@ -48,6 +48,8 @@ $ ./zig-out/bin/zigmod
4848## Usage
4949Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/.
5050
51There is now also a tutorial-style getting started guide that goes over various use cases that Zigmod provides and caters to. It is [available here](docs/tutorial.md).
52
5153## Prior Art
5254- https://golang.org/ref/mod#go-mod-file
5355- https://github.com/mattnite/zkg
docs/README.md+2
......@@ -40,6 +40,8 @@ Check here for the [`zig.mod` reference](./zig.mod.md).
4040
4141Check here for the [`deps.zig` reference](./deps.zig.md).
4242
43There is now also a tutorial-style guide that goes over various use cases that Zigmod provides and caters to. It is [available here](tutorial.md).
44
4345### A new project
4446Create a new directory for your project and run these commands to get started:
4547```