aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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)
```