authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-24 15:02:29 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-24 15:02:29 -07:00
logd4cb3449dde9e422d83c257401825c98177efd4e
tree5aca7625137ee3717992ad497adb9d91df013f4f
parentc035b13e98764f412198bb37944239f7cef4cc92

[skip-ci] README: use -j1 to build


2 files changed, 2 insertions(+), 2 deletions(-)

README.md+1-1
......@@ -23,7 +23,7 @@ A package manager for the Zig programming language.
2323```
2424$ git clone https://github.com/nektro/zigmod
2525$ cd zigmod
26$ zig build
26$ zig build -j1
2727```
2828
2929## Usage
docs/README.md+1-1
......@@ -19,7 +19,7 @@ You may download a precompiled binary from https://github.com/nektro/zigmod/rele
1919```
2020$ git clone https://github.com/nektro/zigmod
2121$ cd zigmod
22$ zig build
22$ zig build -j1
2323```
2424
2525## Getting Started