summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-01-28 12:36:23 +0100
committerDave Davenport <qball@gmpclient.org>2015-01-28 12:36:23 +0100
commit1ad7f755c709eb2098434ed4734f687c9de69bb4 (patch)
tree7db75ff67c54ec23d4bcb5500889903602663bf0 /INSTALL.md
parentb469674085ee7386d947296becf853a9f7b3110a (diff)
Update build instructions.
Diffstat (limited to 'INSTALL.md')
-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:
```