aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 97bd7bf..b0dad81 100644
--- a/README.rst
+++ b/README.rst
@@ -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
bgstack15