Fix git submodule update in README

This commit is contained in:
Sijmen 2018-06-06 13:39:17 +02:00
parent 3cbf729ff8
commit 05322b4896
1 changed files with 1 additions and 1 deletions

View File

@ -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.