From 987bf920c70065435746b0c43c8969bbcc6a134f Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Thu, 4 Nov 2021 21:19:11 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 612ea5d0..d0f83d5c 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ The following instructions will fetch Qt from your distribution's repositories i make release -j4 ``` \* `4` - number of CPU threads to use - \* Add `CMAKE_PREFIX_PATH` enviroment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/gcc_64 make release -j4` + \* Add `CMAKE_PREFIX_PATH` environment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/gcc_64 make release -j4` The executable can be found in the build/release/bin folder. @@ -290,7 +290,7 @@ The executable can be found in the build/release/bin folder. make release -j4 ``` \* `4` - number of CPU threads to use - \* Add `CMAKE_PREFIX_PATH` enviroment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/clang_64 make release -j4` + \* Add `CMAKE_PREFIX_PATH` environment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/clang_64 make release -j4` The executable can be found in the `build/release/bin` folder.