Fix git submodule update in README
This commit is contained in:
parent
3cbf729ff8
commit
05322b4896
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# pimpybot
|
# pimpybot
|
||||||
Make sure to clone recursively:
|
Make sure to clone recursively:
|
||||||
`git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`.
|
`git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`.
|
||||||
If you forgot, just run `git submodule init --update` after cloning.
|
If you forgot, just run `git submodule update --init` after cloning.
|
||||||
|
|
||||||
## Set-up
|
## Set-up
|
||||||
Copy `config.py.example` to `config.py`, and edit it as the comments say.
|
Copy `config.py.example` to `config.py`, and edit it as the comments say.
|
||||||
|
|
Loading…
Reference in a new issue