Skip to content

Commit

Permalink
[skip-ci] README: use -j1 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jun 24, 2023
1 parent c035b13 commit d4cb344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A package manager for the Zig programming language.
```
$ git clone https://github.com/nektro/zigmod
$ cd zigmod
$ zig build
$ zig build -j1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You may download a precompiled binary from https://github.com/nektro/zigmod/rele
```
$ git clone https://github.com/nektro/zigmod
$ cd zigmod
$ zig build
$ zig build -j1
```

## Getting Started
Expand Down

0 comments on commit d4cb344

Please sign in to comment.