gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [www] branch master updated: add missing <br>


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: add missing <br>
Date: Tue, 20 Aug 2019 16:13:37 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new b064f95  add missing <br>
b064f95 is described below

commit b064f95790315da3058d67a23b432fcf034deaf3
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Aug 20 16:12:01 2019 +0200

    add missing <br>
---
 template/install-on-debian9.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/install-on-debian9.html.j2 
b/template/install-on-debian9.html.j2
index 808e2c3..7655051 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -108,7 +108,7 @@
     $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunet<br>
-    $ sudo usermod -aG gnunet $USER
+    $ sudo usermod -aG gnunet $USER<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>
@@ -118,7 +118,7 @@
   <code>
     $ cd ~/gnunet_installation/gnunet<br>
     $ ./bootstrap<br>
-    $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
+    $ export GNUNET_PREFIX=/usr/local # for example, other locations 
possible<br>
     $ export CFLAGS="-g -Wall -O0"<br>
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunet<br>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]