diff options
author | xrs <xrs@mail36.net> | 2020-05-28 22:05:35 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2020-05-28 22:05:35 +0200 |
commit | d3a001785588b3f90f32188ec75e6277c63ac33d (patch) | |
tree | 2ff57716af9734c87ee4ad4ab28abda8265b6875 | |
parent | 137aee8ee3f37273d6d6a123f3018cda90b27800 (diff) |
minor fix
-rw-r--r-- | template/install.html.j2 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2 index d8372b26..8948166f 100644 --- a/template/install.html.j2 +++ b/template/install.html.j2 @@ -55,14 +55,17 @@ If you have any queries about the installation or the usage, please <a href="eng <h3>From source</h3> <p> {% trans %} - Next we describe a generic way to install from source. - (Feel free to have a look at some of our install guides made for different Operating Systems: + Next we describe a generic way to install from source. If you are using + one of the following Operating Systems these step-by-step guides might + be useful: <a href="install-on-archpi.html">ArchPi</a>, <a href="install-on-debian9.html">Debian 9</a>, <a href="install-on-macos.html">Mac OS</a>, <a href="install-on-netbsd.html">NetBSD</a>, <a href="install-on-openwrt.html">OpenWrt</a>, - <a href="install-on-ubuntu1804.html">Ubuntu 1804</a>.) + <a href="install-on-ubuntu1804.html">Ubuntu 1804</a>. + Be aware that not all of them might be totally up-to-date! Please <a href="engage.html">ask us</a> + if you get stuck. {% endtrans %} </p> <p> |