diff options
| author | MaxXor <admin@maxxor.org> | 2018-07-28 07:45:43 -0400 |
|---|---|---|
| committer | MaxXor <admin@maxxor.org> | 2018-07-28 07:45:43 -0400 |
| commit | f3891ffe0482d93f2b2bca488e2a2b9faeadfb13 (patch) | |
| tree | 84f4369d9b00900d3572ef5d54d09dc481e00f24 | |
| parent | 1107daab98ccf39a259bf1979c751e18cb92ee8b (diff) | |
| download | monzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.tar.gz monzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.tar.xz monzero-gui-f3891ffe0482d93f2b2bca488e2a2b9faeadfb13.zip | |
Fix build instructions for Linux
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
