Skip to content

Commit 3acbc1c

Browse files
authored
Merge pull request #3991 from gizmoguy/apt-docs
Add documentation on what distro versions/architectures we support.
2 parents 8c04fa8 + 82c87ff commit 3acbc1c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/installation.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,21 @@ faucet-all-in-one Install faucet, gauge, prometheus and grafana. Easy to use and
3535
================= ==========================================================================================================
3636

3737

38-
Installation on Debian/Raspbian 10+ and Ubuntu 18.04+
39-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38+
Installation on Debian/Raspbian/Raspberry Pi OS and Ubuntu
39+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+
41+
The apt repo supports the following distro versions:
42+
43+
* Debian 10+
44+
* Raspbian 10+
45+
* Raspberry Pi OS 11+
46+
* Ubuntu 18.04+
47+
48+
The following architectures are supported for each distro:
49+
50+
* amd64
51+
* armhf
52+
* arm64
4053

4154
.. code:: console
4255
@@ -45,7 +58,6 @@ Installation on Debian/Raspbian 10+ and Ubuntu 18.04+
4558
sudo curl -1sLf https://packagecloud.io/faucetsdn/faucet/gpgkey -o /etc/apt/trusted.gpg.d/faucet.asc
4659
sudo apt-get update
4760
48-
4961
Then to install all components for a fully functioning system on a single machine:
5062

5163
.. code:: console

0 commit comments

Comments
 (0)