diff --git a/README.md b/README.md index 4e26b305c..5f08467e9 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,13 @@ $ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin .. ``` assuming that binaries like `x86_64-hermit-gcc` and friends are located in that -directory. +directory. To install your new version in the same directory, you have to set the installation path and to install HermitCore as follows: +```bash +$ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin -DCMAKE_INSTALL_PREFIX=/home/user/hermit .. +$ make +$ make install +``` ## Testing