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