From f354fdd89d56299aafa9ddef332cc7e5e9b0b476 Mon Sep 17 00:00:00 2001 From: cremesk Date: Sat, 13 Jul 2019 16:35:09 +0200 Subject: [PATCH] change repo url in README.md --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6513e6a..3062505 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ INSTALL apt update apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot - git clone https://github.com/cremesk/0x0.git /srv/0x0 + git clone https://github.com/envs-net/0x0.git /srv/0x0 cd /srv/0x0 pip3 install --user `cat requirements.txt`