gnunet-svn
[Top][All Lists]
Advanced

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

[www] 01/02: fix prefix


From: gnunet
Subject: [www] 01/02: fix prefix
Date: Fri, 15 May 2020 11:20:30 +0200

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

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

commit 368ccc6fbc0d57a21f5a5b5f5554c18bd811b288
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Fri May 15 11:13:42 2020 +0200

    fix prefix
---
 template/install.html.j2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index b5b10f8..fa0303a 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -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]