authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 02:06:03 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 02:06:03 -08:00
log19c488460f351128ed47b3d207612f2be24a727d
treeb112f233841d456d342949a094579e553f0a9481
parent93da59b0fa74da1791d44164e1a3dd54c214c2d9

README- fix building from source section


1 files changed, 9 insertions(+), 5 deletions(-)

README.md+9-5
...@@ -10,18 +10,22 @@...@@ -10,18 +10,22 @@
1010
11A package manager for the Zig programming language.11A package manager for the Zig programming language.
1212
13Zig13## Zig
14- https://ziglang.org/14- https://ziglang.org/
15- https://github.com/ziglang/zig15- https://github.com/ziglang/zig
16- https://github.com/ziglang/zig/wiki/Community16- https://github.com/ziglang/zig/wiki/Community
1717
18## Download18## Download
19Releases
20- https://github.com/nektro/zigmod/releases19- https://github.com/nektro/zigmod/releases
2120
22Source21## Built With
23- `git clone https://github.com/nektro/zigmod.git`22- Zig 0.7.0
24- https://github.com/nektro/zigmod/archive/master.zip23
24### Build from Source
25```
26$ zig build
27$ ./zig-cache/bin/zigmod
28```
2529
26## Usage30## Usage
2731