Change readme to mention gitea

This commit is contained in:
Sijmen 2018-06-06 12:45:09 +02:00
parent 2572b3958a
commit 3cbf729ff8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# pimpybot # pimpybot
Make sure to clone recursively: 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. If you forgot, just run `git submodule init --update` after cloning.
## Set-up ## Set-up
@ -12,4 +12,4 @@ Then, create a virtualenv (or not), then run `pip3 install -r requirements.txt`
## Running ## Running
`python3 app.py`. `python3 app.py`.