Moves Compatibility section later.

main
Tommie Gannert 2023-07-30 15:35:46 +02:00
parent 60694b8dcf
commit 6230d096ba
1 changed files with 21 additions and 21 deletions

View File

@ -20,27 +20,6 @@ EOF
apt update apt update
``` ```
### Compatibility
We build for
* Ubuntu 20.04 (focal)
* Ubuntu 22.04 (jammy)
on
* amd64, x86_64
* armhf, armv7 (cross-build)
* arm64, aarch64 (cross-build)
Additionally:
* Debian 11 (Bullseye) is served by `focal`.
There is a symlink in place to allow `bullseye`, which will cause APT to warn that the codenames missmatch.
In the end, either name works.
The authoritative source of supported distributions and architectures is [`conf/distributions`](https://github.com/tommie/innernet-debian/blob/main/debian/conf/distributions).
### Installing the Server ### Installing the Server
This is installed on the coordination server machine. This is installed on the coordination server machine.
@ -58,6 +37,27 @@ This is installed on all peers.
$ sudo apt install innernet $ sudo apt install innernet
``` ```
## Compatibility
We build for
* Ubuntu 20.04 (**focal**)
* Ubuntu 22.04 (**jammy**)
on
* **amd64**, x86_64
* **armhf**, armv7 (cross-build)
* **arm64**, aarch64 (cross-build)
Additionally:
* Debian 11 (**bullseye**) is served by `focal`.
There is a symlink in place to allow `bullseye`, which will cause APT to warn that the codenames missmatch.
In the end, either name works.
The authoritative source of supported distributions and architectures is [`conf/distributions`](https://github.com/tommie/innernet-debian/blob/main/debian/conf/distributions).
## License ## License
The repository maintenance code itself is under the MIT License. The repository maintenance code itself is under the MIT License.