On the website:

Three of the instalation guides were missing a line break in a list
of commands.

Furthermore, the Ubuntu guide, in one set of instructions, was
using an env variable without defining it.

Attached is a patch fixing these. The same patch can be found
on github[1][2], if that makes things easier for you.

[1] 
https://github.com/marado/gnunet-www/commit/6417e8124fec30f0e0d744005c54d88f4cc20965
[2] 
https://github.com/marado/gnunet-www/commit/6417e8124fec30f0e0d744005c54d88f4cc20965.patch

Best regards,
-- 
Marcos Marado
From 6417e8124fec30f0e0d744005c54d88f4cc20965 Mon Sep 17 00:00:00 2001
From: Marcos Marado <mindboosterno...@gmail.com>
Date: Mon, 19 Aug 2019 23:42:14 +0100
Subject: [PATCH] minor fix on instalation instructions

Three of the instalation guides were missing a line break in a list
of commands.

Furthermore, the Ubuntu guide, in one set of instructions, was
using an env variable without defining it.
---
 template/install-on-archpi.html.j2     | 2 +-
 template/install-on-debian9.html.j2    | 4 ++--
 template/install-on-ubuntu1804.html.j2 | 3 ++-
 3 files changed, 5 insertions(+), 4 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 808e2c3..f966098 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
@@ -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>
diff --git a/template/install-on-ubuntu1804.html.j2 b/template/install-on-ubuntu1804.html.j2
index 157183d..1c7750b 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -71,6 +71,7 @@
   <code>
     $ cd ~/gnunet_installation/gnunet<br>
     $ ./bootstrap<br>
+    $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
     $ ./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>
@@ -83,7 +84,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 <br>
     $ sudo addgroup gnunet<br>
-- 
2.20.1

_______________________________________________
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to