diff --git a/BUILD.md b/BUILD.md index b404adc..194e60a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -51,7 +51,7 @@ especially for development. Example `--prefix=~/.local/`. export CC=clang ./autogen.sh - ./configure --prefix=$HOME/construct-build + ./configure --prefix=$HOME/construct-install make install ```