aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorcremesk <ennik@envs.net>2019-06-30 04:25:34 +0200
committercremesk <ennik@envs.net>2019-06-30 04:25:34 +0200
commit9147eb12035b42e3b2f82fdae69eaf9aa0a30f16 (patch)
treeb6e442cd572ffc6c1fbfa3bb4cd09d3a3565823c /README.rst
parent. (diff)
downloadhex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.tar.gz
hex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.tar.bz2
hex-zero-9147eb12035b42e3b2f82fdae69eaf9aa0a30f16.zip
.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index f9a0d60..97bd7bf 100644
--- a/README.rst
+++ b/README.rst
@@ -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
---
bgstack15