aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-22 13:20:41 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-22 13:20:41 -0500
commit8db07974e21878e3c8f8581179e23f4c69eda83f (patch)
tree7fa70e922c6ecfe3dfb87ebf644576b651900b43
parent6c25650bbd7d21d349f338dcec932c3f3da52310 (diff)
parente7653d04973d0cfea6cea47609d85bfbca5d485b (diff)
downloadmonzero-gui-8db07974e21878e3c8f8581179e23f4c69eda83f.tar.gz
monzero-gui-8db07974e21878e3c8f8581179e23f4c69eda83f.tar.xz
monzero-gui-8db07974e21878e3c8f8581179e23f4c69eda83f.zip
Merge pull request #2299
e7653d0 updating the readme (parasew)
-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