From 91ae343c4ea1d113638fd58628ffc5a09555cd1a Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 2 Oct 2020 02:16:41 -0700 Subject: [PATCH] Updated BUILD (markdown) --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```