From a9b24c30d9a6b84c2c2c630fa45153831ff43a58 Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 26 Dec 2017 13:29:47 +0100 Subject: [PATCH] added valuable information to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4206e2f..e032bbd3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Chatterino 2 is the second installment of the Twitch chat client series "Chatter The code is normally formated using clang format in Qt Creator. [.clang-format](https://github.com/fourtf/chatterino2/blob/master/.clang-format) contains the style file for clang format. ## Building -Before building run `git submodule update --init --recursive` to get required submodules. +Before building run `git submodule update --init --recursive` to get required submodules. In case you are new to using qt creator or c++ be sure to add -j to your make arguments as shown here [image](https://i.fourtf.com/GreenSweetImage.png) so it uses all your cpu cores to build. ### Windows #### Using Qt Creator