aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxXor <admin@maxxor.org>2018-07-28 07:45:43 -0400
committerMaxXor <admin@maxxor.org>2018-07-28 07:45:43 -0400
commitf3891ffe0482d93f2b2bca488e2a2b9faeadfb13 (patch)
tree84f4369d9b00900d3572ef5d54d09dc481e00f24
parent1107daab98ccf39a259bf1979c751e18cb92ee8b (diff)
downloadmonzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.tar.gz
monzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.tar.xz
monzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.zip
Fix build instructions for Linux
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index efe03f45..ef0b349f 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
cd monero-gui
- ./build.sh
+ QT_SELECT=5 ./build.sh
```
The executable can be found in the build/release/bin folder.