aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaqueeee <jacob@brydolf.net>2016-12-22 17:41:03 +0100
committerGitHub <noreply@github.com>2016-12-22 17:41:03 +0100
commit7573f370b33b4653022cb52e7bb9e16e354bbe90 (patch)
treefc6872ca063d0e87c104ab9d01761591d00a44fb
parent13253c3a2e2133f9cd403dd2f98326e1a0e62b19 (diff)
downloadmonzero-gui-7573f370b33b4653022cb52e7bb9e16e354bbe90.tar.gz
monzero-gui-7573f370b33b4653022cb52e7bb9e16e354bbe90.tar.xz
monzero-gui-7573f370b33b4653022cb52e7bb9e16e354bbe90.zip
linux build instructions
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index de1dbdfe..cd23954b 100644
--- a/README.md
+++ b/README.md
@@ -97,17 +97,11 @@ Packaging for your favorite distribution would be a welcome contribution!
6. Build the GUI.
- `qmake`
+ `./build.sh`
- `make`
+7. Run the GUI client.
-7. Before running the GUI, it's recommended that you have the Monero daemon running in the background.
-
- `./monerod`
-
-8. Run the GUI client.
-
- `./release/bin/monero-core`
+ `./release/bin/monero-wallet-gui`
### On OS X: