Added required cd step in clone instructions (#1161)

This commit is contained in:
Ruben Anders 2019-07-26 10:40:09 +02:00 committed by fourtf
parent 39f44d74b3
commit 2e8194ec1e

View file

@ -21,6 +21,7 @@ git clone --recursive https://github.com/fourtf/chatterino2.git
or or
``` ```
git clone https://github.com/fourtf/chatterino2.git git clone https://github.com/fourtf/chatterino2.git
cd chatterino2
git submodule update --init --recursive git submodule update --init --recursive
``` ```