summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ef25fb6..f210f55c 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ You'll need [CMake](https://cmake.org). You can then run CMake, the normal way:
$ mkdir build
$ cd build
$ cmake ..
-...
+$ cmake --build .
```
This will produce build files using CMake's default build generator. Read the CMake