gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch master updated: more <br> issues


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: more <br> issues
Date: Tue, 20 Aug 2019 16:43:33 +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 131a063  more <br> issues
131a063 is described below

commit 131a0636b7066a8b8b85938c47ceac9e720bb630
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Aug 20 16:41:57 2019 +0200

    more <br> issues
---
 template/install-on-archpi.html.j2     | 2 +-
 template/install-on-debian9.html.j2    | 2 +-
 template/install-on-ubuntu1804.html.j2 | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/template/install-on-archpi.html.j2 
b/template/install-on-archpi.html.j2
index 1ef61eb..dd205da 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -50,7 +50,7 @@
 
   <p><code>
   > cd gnunet<br>
-  > export GNUNET_PREFIX=/usr # for example, other locations possible
+  > export GNUNET_PREFIX=/usr # for example, other locations possible<br>
   > ./bootstrap # Run this to generate the configure files.<br>
   > ./configure --prefix=$GNUNET_PREFIX --disable-documentation # Use --help 
to see the various flags available to you.<br>
   > make -j$(nproc || echo -n 1)<br>
diff --git a/template/install-on-debian9.html.j2 
b/template/install-on-debian9.html.j2
index 7655051..63e2a3f 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -105,7 +105,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>
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunet<br>
     $ sudo usermod -aG gnunet $USER<br>
diff --git a/template/install-on-ubuntu1804.html.j2 
b/template/install-on-ubuntu1804.html.j2
index 157183d..199bd1e 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -74,7 +74,7 @@
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunetdns<br>
     $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet 
gnunet<br>
-    $ sudo usermod -aG gnunet $USER
+    $ sudo usermod -aG gnunet $USER<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>
@@ -83,11 +83,11 @@
   <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 <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>

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



reply via email to

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