From d61827684f2ede2e225fdd11b763a19f22fc3a70 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Wed, 5 Oct 2016 02:49:25 -0500 Subject: [PATCH] Update README.md with fixed typo in path to QT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: