diff options
Diffstat (limited to 'template/install.html.j2')
-rw-r--r-- | template/install.html.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2 index fa0303ac..437c3a9e 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, |