aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-01-28 19:52:54 -0800
committerChris Robinson <[email protected]>2023-01-28 19:52:54 -0800
commit9aef941bb7c16d4e7a90bdeb544989df91a7b0d0 (patch)
tree1958a62a962039ce137b84b9a1885dc80c21c86d
parent5d73cbe80e276e029fd162b3213206a5fe8b437b (diff)
Slight clarification for the readme instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f626d431..a62d8097 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Alternatively, you can use any available CMake front-end, like cmake-gui,
ccmake, or your preferred IDE's CMake project parser.
Assuming configuration went well, you can then build it. The command
-`cmake --build .` will instruct CMake to execute the build with the toolchain
+`cmake --build .` will instruct CMake to build the project with the toolchain
chosen during configuration (often GNU Make or NMake, although others are
possible).