aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-06-05 12:21:41 +0000
committerGitHub <noreply@github.com>2021-06-05 12:21:41 +0000
commit297563cd97424f39e81148c2a880916fe9bdb8ca (patch)
treeb63ed2f1db810758bd6e1518c62108df21355960
parent21f54774500659d95b0f8e24a80f8a3495c876a3 (diff)
Fix Linux build instructions
Fixes #1118
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73d0c4f..2d068f0 100644
--- a/README.md
+++ b/README.md
@@ -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)
```