aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias <parasew@gmail.com>2019-07-19 18:03:48 +0300
committerMatthias <parasew@gmail.com>2019-07-19 18:03:48 +0300
commite7653d04973d0cfea6cea47609d85bfbca5d485b (patch)
treeba0b5d621b4b7c5dba63aab3a5db60863fd4b8d2 /README.md
parent705439c78b9e33637505aaf8c3f6b433cc5854ce (diff)
downloadmonzero-gui-e7653d04973d0cfea6cea47609d85bfbca5d485b.tar.gz
monzero-gui-e7653d04973d0cfea6cea47609d85bfbca5d485b.tar.xz
monzero-gui-e7653d04973d0cfea6cea47609d85bfbca5d485b.zip
updating the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6e877bcc..e37942c3 100644
--- a/README.md
+++ b/README.md
@@ -165,9 +165,8 @@ The executable can be found in the build/release/bin folder.
5. Add the Qt bin directory to your path
- Example: `export PATH=$PATH:$HOME/Qt/5.9.7/clang_64/bin`
-
- This is the directory where Qt 5.x is installed on **your** system
+ - Example for Qt: `export PATH=$PATH:$HOME/Qt/5.9.7/clang_64/bin`
+ - Example for Homebrew: `export PATH=$PATH:/usr/local/opt/qt/bin`
6. Grab an up-to-date copy of the monero-gui repository