| author | |
| committer | |
| log | 18f277cc64a9803f893e90eee1ba7a976e03eadb |
| tree | bf1ca7ba02a8b103cef6eaf2b58784bd8c8d463e |
| parent | c6de5e82891eb404cc257a99904a70c685e446bb |
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 | ## Usage | 48 | ## Usage |
| 49 | Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/. | 49 | Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/. |
| 50 | 50 | ||
| 51 | There 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 Art | 53 | ## Prior Art |
| 52 | - https://golang.org/ref/mod#go-mod-file | 54 | - https://golang.org/ref/mod#go-mod-file |
| 53 | - https://github.com/mattnite/zkg | 55 | - 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). |
| 40 | 40 | ||
| 41 | Check here for the [`deps.zig` reference](./deps.zig.md). | 41 | Check here for the [`deps.zig` reference](./deps.zig.md). |
| 42 | 42 | ||
| 43 | There 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 project | 45 | ### A new project |
| 44 | Create a new directory for your project and run these commands to get started: | 46 | Create a new directory for your project and run these commands to get started: |
| 45 | ``` | 47 | ``` |