diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-22 13:20:41 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-22 13:20:41 -0500 |
| commit | 8db07974e21878e3c8f8581179e23f4c69eda83f (patch) | |
| tree | 7fa70e922c6ecfe3dfb87ebf644576b651900b43 | |
| parent | 6c25650bbd7d21d349f338dcec932c3f3da52310 (diff) | |
| parent | e7653d04973d0cfea6cea47609d85bfbca5d485b (diff) | |
| download | monzero-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.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
