From 7fcc5464140d6c178c5fd4cc9eab7f28b1da3f74 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 30 Mar 2020 00:03:42 +0200 Subject: [PATCH] Add supported OS's --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f5c2051d..22bed4ba 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ We hope you enjoy using RaspAP as much as we do creating it. Tell us how you use - [Support us](#support-us) - [Manual installation](#manual-installation) - [802.11ac 5GHz support](#80211ac-5ghz-support) + - [Supported operating systems](#supported-operating-systems) - [Multilingual support](#multilingual-support) - [HTTPS support](#https-support) - [OpenVPN support](#openvpn-support) @@ -86,6 +87,20 @@ Detailed manual setup instructions are provided [on our wiki](https://github.com ## 802.11ac 5GHz support RaspAP provides an 802.11ac wireless mode option for supported hardware (currently the RPi 3B+/4) and wireless regulatory domains. See [this FAQ](https://github.com/billz/raspap-webgui/wiki/FAQs#80211ac) for more information. +## Supported operating systems +RaspAP was originally made for Raspbian, but now also installs on the following Debian-based distros. + +| Distribution | Release | Architecture | Support | +|---|:---:|:---:|:---:| +| Raspbian | Buster | ARM | Official | +| Armbian | Buster | [ARM](https://docs.armbian.com/#supported-chips) | Official | +| Debian | Buster | ARM / x86_64 | Beta | +| Ubuntu | 18.04 LTS / 19/10 | ARM / x86_64 | Beta | + +![](https://i.imgur.com/luiyYNw.png) + +We find Armbian particularly well-suited for this project. Please note that "supported" is not a guaranteee. We encourage all developers to [actively contribute](#how-to-contribute) to this project. + ## Multilingual support RaspAP uses [GNU Gettext](https://www.gnu.org/software/gettext/) to manage multilingual messages. In order to use RaspAP with one of our supported translations, you must configure a corresponding language package on your RPi. To list languages currently installed on your system, use `locale -a` at the shell prompt. To generate new locales, run `sudo dpkg-reconfigure locales` and select any other desired locales. Details are provided on our [wiki](https://github.com/billz/raspap-webgui/wiki/Translations#raspap-in-your-language).