aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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`
bgstack15