mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
docs/development - Fix spelling of Arch Linux
Changes Archlinux to Arch Linux
This commit is contained in:
parent
ec25a155db
commit
7a7479906a
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ make package dist=<distribution>
|
|||
```
|
||||
Then you can install the package with `dpkg`, `pacman` or `rpm`.
|
||||
|
||||
**:material-arch: Archlinux**
|
||||
**:material-arch: Arch Linux**
|
||||
```sh
|
||||
make pkg
|
||||
```
|
||||
|
|
|
@ -44,8 +44,8 @@ To build a VM image for development purpose, run the following from the `tests`
|
|||
|
||||
| Distribution | Flavor | Build command | VM name |
|
||||
|:------------:|:------:|:-------------:|:-------:|
|
||||
| Archlinux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
|
||||
| Archlinux | KDE | `make archlinux flavor=kde` | `arch-kde` |
|
||||
| Arch Linux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
|
||||
| Arch Linux | KDE | `make archlinux flavor=kde` | `arch-kde` |
|
||||
| Debian | Server | `make debian flavor=server` | `debian-server` |
|
||||
| OpenSUSE | KDE | `make opensuse falvor=kde` | `opensuse-kde` |
|
||||
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
|
||||
|
|
Loading…
Reference in a new issue