diff --git a/Build-Instructions-(macOS).md b/Build-Instructions-(macOS).md index 232782a..242f445 100644 --- a/Build-Instructions-(macOS).md +++ b/Build-Instructions-(macOS).md @@ -22,7 +22,8 @@ Let's clone and build the project: git clone --recursive https://github.com/Swordfish90/cool-retro-term.git cd cool-retro-term -# Build the project +# Build the project +# Required to have qt installed (brew install qt) qmake -config release make -j8