diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,12 +39,14 @@ the following: INSTALL ------- +:: apt update apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot git clone https://github.com/cremesk/0x0.git /srv/0x0 - + cd /srv/0x0 pip3 install --user `cat requirements.txt` + ./fhost.py db upgrade FAQ |