From eb9c948bb0a0fe1e1f0a3ac631122377ea48ec47 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 11 Jun 2020 18:24:13 -0400 Subject: [PATCH] Update README.md to include QTDIR --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91c6c93e58..344efda10e 100644 --- a/README.md +++ b/README.md @@ -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`