Change readme to mention gitea
This commit is contained in:
parent
2572b3958a
commit
3cbf729ff8
|
@ -1,6 +1,6 @@
|
|||
# pimpybot
|
||||
Make sure to clone recursively:
|
||||
`git clone --recursive git@github.com:SijmenSchoon/pimpybot`.
|
||||
`git clone --recursive ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git`.
|
||||
If you forgot, just run `git submodule init --update` after cloning.
|
||||
|
||||
## Set-up
|
||||
|
@ -12,4 +12,4 @@ Then, create a virtualenv (or not), then run `pip3 install -r requirements.txt`
|
|||
|
||||
|
||||
## Running
|
||||
`python3 app.py`.
|
||||
`python3 app.py`.
|
||||
|
|
Loading…
Reference in New Issue