Updated README.md.

Added one-line command to get source with submodules.
This commit is contained in:
23rd 2018-10-14 01:54:58 +03:00 committed by pajlada
parent 230b2006dc
commit dec8283cdd

View file

@ -14,7 +14,15 @@ If you still receive an error about `MSVCR120.dll missing`, then you should inst
Releases for linux and mac will follow soon™
## Building
Before building run `git submodule update --init --recursive` to get required submodules.
To get source code with required submodules run:
```
git clone --recursive https://github.com/fourtf/chatterino2.git
```
or
```
git clone https://github.com/fourtf/chatterino2.git
git submodule update --init --recursive
```
[Building on Windows](../master/BUILDING_ON_WINDOWS.md)