Skip to content

Commit

Permalink
Don't make as sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Jan 18, 2021
1 parent f8ebfe4 commit 12c474e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ cd {REPO}
mkdir build
cd build
cmake ..
# Replace 8 with the number of (virtual) cores on your machine
make -j8
sudo make install
```

Expand Down

0 comments on commit 12c474e

Please sign in to comment.