gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: minor improvements


From: gnunet
Subject: [www] branch master updated: minor improvements
Date: Fri, 15 May 2020 11:07:42 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 44713be  minor improvements
44713be is described below

commit 44713be5afd47374a1b279a61d61e3514d5e2b83
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Fri May 15 11:02:36 2020 +0200

    minor improvements
---
 template/install.html.j2 | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index d8db15c..b5b10f8 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -75,6 +75,14 @@ If you have any queries about the installation or the usage, 
please <a href="eng
     <b>gnunet-fuse</b>: <a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-latest.tar.gz";>0.12.0</a> (<a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-latest.tar.gz.sig";>sig</a>)
     </div>
   </div>
+  <p>
+   {% trans %}
+   Alternatively, get the sources from git by entering:
+   {% endtrans %}
+  </p>
+  <code class="block">
+    $ git clone https://gnunet.org/git/gnunet.git
+  </code>
   <p>
    {% trans %}
    To compile GNUnet, execute:
@@ -82,8 +90,8 @@ If you have any queries about the installation or the usage, 
please <a href="eng
   </p>
   <code class="block">
     $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your 
choice<br>
-    # addgroup gnunetdns <br>
-    # adduser --system --home "/var/lib/gnunet" --group gnunet --shell 
/bin/sh<br>
+    $ sudo addgroup gnunetdns <br>
+    $ sudo adduser --system --home "/var/lib/gnunet" --group gnunet --shell 
/bin/sh<br>
     $ ./bootstrap # only if you install from git <br>
     $ ./configure --prefix=$GNUNET_PREFIX/ <br>
     $ make
@@ -91,12 +99,12 @@ If you have any queries about the installation or the 
usage, please <a href="eng
   <p>
     {% trans %}
     You can find more configuration flags in the
-    <a href="https://git.gnunet.org/gnunet.git/tree/README";>README</a>.
-    And finally install GNUnet with:
+    <a href="https://git.gnunet.org/gnunet.git/tree/README";>README</a>.<br>
+    Install GNUnet with:
     {% endtrans %}
   </p>
   <code class="block">
-    # make install
+    $ (sudo) make install # you only need sudo if your GNUNET_PREFIX is not 
writeable by your user
   </code>
   <p>
     {% trans %}

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



reply via email to

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