From f3891ffe0482d93f2b2bca488e2a2b9faeadfb13 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sat, 28 Jul 2018 07:45:43 -0400 Subject: [PATCH] Fix build instructions for Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.