docs/development - Fix spelling of Arch Linux

Changes Archlinux to Arch Linux
This commit is contained in:
Stoppedpuma 2024-06-07 21:18:47 +02:00 committed by Alex
parent ec25a155db
commit 7a7479906a
2 changed files with 3 additions and 3 deletions

View file

@ -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
```

View file

@ -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` |