diff --git a/README.md b/README.md index c73dedb40..01013b16e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,8 @@ The compiler is currently verified to compile on Linux, Windows and MacOS. 5. Enter the C3C directory `cd c3c`. 6. Create a build directory `mkdir build` 7. Change directory to the build directory `cd build` -8. Build: `cmake --build .` +8. Set up CMake build: `cmake ..` +9. Build: `cmake --build .` You should now have a `c3c` executable.