mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added required cd
step in clone instructions (#1161)
This commit is contained in:
parent
39f44d74b3
commit
2e8194ec1e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue