We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54a669 commit 0873c55Copy full SHA for 0873c55
README.md
@@ -184,7 +184,7 @@ This is an example of how to list things you need to use the software and how to
184
```sh
185
mkdir build && mkdir bin && mkdir log && mkdir lib
186
```
187
-5. Generate the exectutable and move it to `bin`
+5. Generate the exectutables and move them to `bin`
188
189
cd build && cmake .. && make -j4 && cd ..
190
0 commit comments