aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 0c3376df4b..fb5eaec431 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -15,9 +15,12 @@ the usage of the absolute path.
To Build
---------------------
- ./autogen.sh
- ./configure
- make
+```bash
+./autogen.sh
+./configure
+make
+make install # optional
+```
This will build bitcoin-qt as well if the dependencies are met.