aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ternyak <dternyak@gmail.com>2016-10-05 02:49:25 -0500
committerGitHub <noreply@github.com>2016-10-05 02:49:25 -0500
commitd61827684f2ede2e225fdd11b763a19f22fc3a70 (patch)
tree92ba9836ea19195d8bc5b5508c9a3662f2daef90
parenta9a279c9796bfecb1263cf7eafc903acb8f20e8f (diff)
downloadmonzero-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82b8f892..2f15cf65 100644
--- a/README.md
+++ b/README.md
@@ -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: