summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cf5074ee..2844f781 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -61,6 +61,12 @@ Create a build directory:
mkdir build
```
+Enter build directory:
+
+```
+cd build
+```
+
Check dependencies and configure build system:
```