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....@@ -23,7 +23,7 @@ A package manager for the Zig programming language.
23```23```
24$ git clone https://github.com/nektro/zigmod24$ git clone https://github.com/nektro/zigmod
25$ cd zigmod25$ cd zigmod
26$ zig build26$ zig build -j1
27```27```
2828
29## Usage29## Usage
docs/README.md+1-1
...@@ -19,7 +19,7 @@ You may download a precompiled binary from https://github.com/nektro/zigmod/rele...@@ -19,7 +19,7 @@ You may download a precompiled binary from https://github.com/nektro/zigmod/rele
19```19```
20$ git clone https://github.com/nektro/zigmod20$ git clone https://github.com/nektro/zigmod
21$ cd zigmod21$ cd zigmod
22$ zig build22$ zig build -j1
23```23```
2424
25## Getting Started25## Getting Started