aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-06-17 20:28:49 +0200
committerxrs <xrs@mail36.net>2020-06-17 20:28:49 +0200
commit7a88712214869896335fde6d045e0cecae881636 (patch)
tree54df97eeaa2a33ec9932668756fc8df38370d50f
parent3ab2882c15ffc40df1cd7fd83c4a4b8ef22869e7 (diff)
downloadwww-7a88712214869896335fde6d045e0cecae881636.tar.gz
www-7a88712214869896335fde6d045e0cecae881636.zip
fix line break
-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