diff options
| author | Daniel Ternyak <dternyak@gmail.com> | 2016-10-05 02:49:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-05 02:49:25 -0500 |
| commit | d61827684f2ede2e225fdd11b763a19f22fc3a70 (patch) | |
| tree | 92ba9836ea19195d8bc5b5508c9a3662f2daef90 | |
| parent | a9a279c9796bfecb1263cf7eafc903acb8f20e8f (diff) | |
| download | monzero-gui-d61827684f2ede2e225fdd11b763a19f22fc3a70.tar.gz monzero-gui-d61827684f2ede2e225fdd11b763a19f22fc3a70.tar.xz monzero-gui-d61827684f2ede2e225fdd11b763a19f22fc3a70.zip | |
Update README.md with fixed typo in path to QT
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ TODO 4. install latest Qt using official installer from [qt.io] (https://www.qt.io/download-open-source/), homebrew version might be outdated 5. Add Qt bin dir to your path: - ```export PATH=$PATH:$HOME/Qt5/5.7clang_64/bin``` + ```export PATH=$PATH:$HOME/Qt5/5.7/clang_64/bin``` where ```Qt5``` is the folder you selected to install Qt 6. Clone repository and build: |
