diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 8fc371763f..7fc1fc02ea 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -84,6 +84,7 @@ Once the toolchain and cmake have been built, go into the `Build/` directory and ```bash $ cd .. $ cd Build +$ cmake .. $ make $ make install ```