Update README.md to include QTDIR

This commit is contained in:
Iuri Matias 2020-06-11 18:24:13 -04:00
parent b1ce63b64c
commit eb9c948bb0
1 changed files with 2 additions and 0 deletions

View File

@ -41,9 +41,11 @@ brew install go
```
# Linux users should use their distro's package manager, but in case they do a manual install:
export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin
export QTDIR=/path/to/Qt/5.14.2/
# macOS:
export PATH=$PATH:/path/to/Qt/5.14.2/clang_64/bin
export QTDIR=/path/to/Qt/5.14.2/
```
### 2. Clone the repo and build `nim-status-client`