mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Update README.md with fixed typo in path to QT
This commit is contained in:
parent
a9a279c979
commit
d61827684f
1 changed files with 1 additions and 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
|
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:
|
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
|
where ```Qt5``` is the folder you selected to install Qt
|
||||||
6. Clone repository and build:
|
6. Clone repository and build:
|
||||||
|
|
Loading…
Reference in a new issue