aboutsummaryrefslogtreecommitdiff
path: root/template/install-on-debian9.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install-on-debian9.html.j2')
-rw-r--r--template/install-on-debian9.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index 6d2f6af0..2e3ee95f 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -134,7 +134,7 @@
134 interface can be done on top of either the production or development installation. 134 interface can be done on top of either the production or development installation.
135 </p> 135 </p>
136 <code> 136 <code>
137 $ sudo apt install libgtk-3-dev libgladeui-dev libunique-dev libqrencode-dev 137 $ sudo apt install libgtk-3-dev libgladeui-dev libunique-dev libqrencode-dev</br>
138 $ cd ~/gnunet_installation/gnunet-gtk<br> 138 $ cd ~/gnunet_installation/gnunet-gtk<br>
139 $ ./bootstrap<br> 139 $ ./bootstrap<br>
140 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible</br> 140 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible</br>
@@ -215,7 +215,7 @@
215 </p> 215 </p>
216 216
217 <code> 217 <code>
218 $ mkdir -p ~/.config 218 $ mkdir -p ~/.config</br>
219 $ touch ~/.config/gnunet.conf 219 $ touch ~/.config/gnunet.conf
220 </code> 220 </code>
221 221