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...@@ -48,6 +48,8 @@ $ ./zig-out/bin/zigmod
48## Usage48## Usage
49Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/.49Check 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
51## Prior Art53## Prior Art
52- https://golang.org/ref/mod#go-mod-file54- https://golang.org/ref/mod#go-mod-file
53- https://github.com/mattnite/zkg55- https://github.com/mattnite/zkg
docs/README.md+2
...@@ -40,6 +40,8 @@ Check here for the [`zig.mod` reference](./zig.mod.md)....@@ -40,6 +40,8 @@ Check here for the [`zig.mod` reference](./zig.mod.md).
4040
41Check here for the [`deps.zig` reference](./deps.zig.md).41Check 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
43### A new project45### A new project
44Create a new directory for your project and run these commands to get started:46Create a new directory for your project and run these commands to get started:
45```47```