| ... | @@ -10,18 +10,22 @@ | ... | @@ -10,18 +10,22 @@ |
| 10 | | 10 | |
| 11 | A package manager for the Zig programming language. | 11 | A package manager for the Zig programming language. |
| 12 | | 12 | |
| 13 | Zig | 13 | ## Zig |
| 14 | - https://ziglang.org/ | 14 | - https://ziglang.org/ |
| 15 | - https://github.com/ziglang/zig | 15 | - https://github.com/ziglang/zig |
| 16 | - https://github.com/ziglang/zig/wiki/Community | 16 | - https://github.com/ziglang/zig/wiki/Community |
| 17 | | 17 | |
| 18 | ## Download | 18 | ## Download |
| 19 | Releases | | |
| 20 | - https://github.com/nektro/zigmod/releases | 19 | - https://github.com/nektro/zigmod/releases |
| 21 | | 20 | |
| 22 | Source | 21 | ## Built With |
| 23 | - `git clone https://github.com/nektro/zigmod.git` | 22 | - Zig 0.7.0 |
| 24 | - https://github.com/nektro/zigmod/archive/master.zip | 23 | |
| | 24 | ### Build from Source |
| | 25 | ``` |
| | 26 | $ zig build |
| | 27 | $ ./zig-cache/bin/zigmod |
| | 28 | ``` |
| 25 | | 29 | |
| 26 | ## Usage | 30 | ## Usage |
| 27 | | 31 | |