Fix git submodule update in README
This commit is contained in:
parent
3cbf729ff8
commit
05322b4896
|
@ -1,7 +1,7 @@
|
|||
# pimpybot
|
||||
Make sure to clone recursively:
|
||||
`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
|
||||
Copy `config.py.example` to `config.py`, and edit it as the comments say.
|
||||
|
|
Loading…
Reference in New Issue