Skip to content

Commit

Permalink
README: better build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed May 1, 2024
1 parent 6ae6cd9 commit 9e7a3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Dep list:
## Building

```sh
cmake -B build
cmake --build build -j`nproc`
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build -j `nproc`
```

### Installation
Expand Down

0 comments on commit 9e7a3b3

Please sign in to comment.