From 3cbf729ff808b9fbdf2d628b20ffda19939d97dd Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Wed, 6 Jun 2018 12:45:09 +0200 Subject: [PATCH] Change readme to mention gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc96b4..25c9319 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +`python3 app.py`.