aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:09:55 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-22 20:09:55 +0100
commit2d79be666e6945a875b5b11fadddfcd5b93c9571 (patch)
treeeaddd49b5477b12c60d3426422d2db2c7e673d05
parentf0dc92833755268448e1dd8c00d73fcbc7c50a78 (diff)
downloadwww-2d79be666e6945a875b5b11fadddfcd5b93c9571.tar.gz
www-2d79be666e6945a875b5b11fadddfcd5b93c9571.zip
apt is a lot more popular
-rw-r--r--template/install.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index d13dc407..baae0904 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -46,12 +46,12 @@ If you have any queries about the installation or the usage, please <a href="eng
46 get in touch with us at gnunet-developers@gnu.org if you require 46 get in touch with us at gnunet-developers@gnu.org if you require
47 help with this job. 47 help with this job.
48 48
49 If you were using an Operating System with the Alpine package manager, 49 If you were using an Operating System with the APT package manager,
50 GNUnet could be installed as simple as: 50 GNUnet could be installed as simple as:
51 {% endtrans %} 51 {% endtrans %}
52 </p> 52 </p>
53 <code class="block"> 53 <code class="block">
54 $ apk add gnunet 54 $ apt-get install gnunet
55 </code> 55 </code>
56 <p> 56 <p>
57 Please beware that some distributions may include outdated GNUnet packages! 57 Please beware that some distributions may include outdated GNUnet packages!