doc: general update.

This commit is contained in:
Alexandre Pujol 2024-08-30 20:38:30 +01:00
parent fe32720765
commit fb29e8ba74
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 350 additions and 223 deletions

View file

@ -11,28 +11,39 @@ title: Installation
See `debian/`, `PKGBUILD` and `dists/apparmor.d.spec`.
**:material-docker: Docker**
=== ":material-arch: Archlinux"
For any system with docker installed you can simply build the package with:
```sh
make package dist=<distribution>
```
Then you can install the package with `dpkg`, `pacman` or `rpm`.
```sh
make pkg
```
**:material-arch: Arch Linux**
```sh
make pkg
```
=== ":material-ubuntu: Ubuntu"
**:material-ubuntu: Ubuntu & :material-debian: Debian**
```sh
make dpkg
```
```sh
make dpkg
```
**:simple-suse: openSUSE**
```sh
make rpm
```
=== ":material-debian: Debian"
```sh
make dpkg
```
=== ":simple-suse: openSUSE"
```sh
make rpm
```
=== ":material-docker: Docker"
For any system with docker installed you can simply build the package with:
```sh
make package dist=<distribution>
```
Then you can install the package with `dpkg`, `pacman` or `rpm`.
## Profile flags