aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-20 16:12:01 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-20 16:12:01 +0200
commitb064f95790315da3058d67a23b432fcf034deaf3 (patch)
tree973482fe6268765cc42307401e52a52ca3376eb2
parent2660b471a716cad97fbfacd37e3d67386bb6e3b3 (diff)
downloadwww-b064f95790315da3058d67a23b432fcf034deaf3.tar.gz
www-b064f95790315da3058d67a23b432fcf034deaf3.zip
add missing <br>
-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 808e2c3f..7655051e 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -108,7 +108,7 @@
108 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible 108 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
109 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br> 109 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br>
110 $ sudo addgroup gnunet<br> 110 $ sudo addgroup gnunet<br>
111 $ sudo usermod -aG gnunet $USER 111 $ sudo usermod -aG gnunet $USER<br>
112 $ make -j$(nproc || echo -n 1)<br> 112 $ make -j$(nproc || echo -n 1)<br>
113 $ sudo make install 113 $ sudo make install
114 </code> 114 </code>
@@ -118,7 +118,7 @@
118 <code> 118 <code>
119 $ cd ~/gnunet_installation/gnunet<br> 119 $ cd ~/gnunet_installation/gnunet<br>
120 $ ./bootstrap<br> 120 $ ./bootstrap<br>
121 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible 121 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
122 $ export CFLAGS="-g -Wall -O0"<br> 122 $ export CFLAGS="-g -Wall -O0"<br>
123 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br> 123 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br>
124 $ sudo addgroup gnunet<br> 124 $ sudo addgroup gnunet<br>