summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 086c47b..14d284a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ To build oxen, please run the following commands in the oxen project root direct
mkdir build
2) Invoke cmake to create Makefiles
cd build
- cmake .
+ cmake ..
3) Compile program
make