gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated (44713be -> bdb047e)


From: gnunet
Subject: [www] branch master updated (44713be -> bdb047e)
Date: Fri, 15 May 2020 11:20:29 +0200

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

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

    from 44713be  minor improvements
     new 368ccc6  fix prefix
     new bdb047e  formatting

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 template/install.html.j2 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index b5b10f8..437c3a9 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -30,11 +30,11 @@ If you have any queries about the installation or the 
usage, please <a href="eng
     {% trans %}
     We recommend to use binary packages provided by the package manager 
integrated
     within your Operating System. GNUnet is reportedly available for at least:
-
-    <a 
href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet";>Alpine</a>
-    and <a href="https://copr.fedorainfracloud.org/coprs/yosl/gnunet/";>Fedora 
(Copr)</a>.
-    There is also a <a 
href="https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnunet.rb";>Homebrew</a>
 package available.
-
+    <ul>
+      <li><a 
href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet";>Alpine</a></li>
+      <li><a 
href="https://copr.fedorainfracloud.org/coprs/yosl/gnunet/";>Fedora 
(Copr)</a></li>
+      <li><a 
href="https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnunet.rb";>Homebrew</a></li>
+    </ul>
     If GNUnet is available for your Operating System and it is missing,
     send us feedback so that we can add it to this list. Furthermore, if
     you are interested in packaging GNUnet for your Operating System,
@@ -62,7 +62,7 @@ If you have any queries about the installation or the usage, 
please <a href="eng
     {% trans %}
     Now, you need to decide if you want to install GNUnet from the release
     tarball or from git. If you want to use GNUnet and there is no binary
-    package available for you OS, you should stick with the release tarball.
+    package available for your OS, you should stick with the release tarball.
     If you want to develop using the most recent build, you should go with
     the <a href="https://git.gnunet.org/";>git repository</a>.
     {% endtrans %}
@@ -89,11 +89,11 @@ If you have any queries about the installation or the 
usage, please <a href="eng
    {% endtrans %}
   </p>
   <code class="block">
-    $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your 
choice<br>
+    $ export GNUNET_PREFIX=/usr/local # or other directory of your choice<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>
+    $ ./configure --prefix=$GNUNET_PREFIX <br>
     $ make
   </code>
   <p>

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



reply via email to

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