Fix Linux build instructions

Fixes #1118
This commit is contained in:
WaluigiWare64 2021-06-05 12:21:41 +00:00 committed by GitHub
parent 21f5477450
commit 297563cd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ As for the rest, the interface should be pretty straightforward. If you have a q
```
3. Compile:
```bash
mkdir -p build
cd build
cmake ..
make -j$(nproc --all)
```