diff options
author | cremesk <ennik@envs.net> | 2019-06-30 04:25:34 +0200 |
---|---|---|
committer | cremesk <ennik@envs.net> | 2019-06-30 04:25:34 +0200 |
commit | 9147eb12035b42e3b2f82fdae69eaf9aa0a30f16 (patch) | |
tree | b6e442cd572ffc6c1fbfa3bb4cd09d3a3565823c /README.rst | |
parent | . (diff) | |
download | hex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.tar.gz hex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.tar.bz2 hex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.zip |
.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -39,14 +39,13 @@ the following: INSTALL ------- -```bash -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` -``` + 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` + FAQ --- |