From c42b6f53359e41e4fff072c41cb685fbeef3070f Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 14 May 2018 13:04:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46f7ed641..21a39a346 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) f 5. `brew install boost openssl rapidjson` 6. build the project using Qt Creator -If the Project does not build at this point, you might need to ad additional Paths/Libs, because brew does not install openssl and boost in the common path. You can get their path using +If the Project does not build at this point, you might need to add additional Paths/Libs, because brew does not install openssl and boost in the common path. You can get their path using `brew info openssl` `brew info boost` -The lines which you need to ad to your project file, should look similar to this +The lines which you need to add to your project file should look similar to this ``` INCLUDEPATH += /usr/local/opt/openssl/include