diff --git a/docs/development/install.md b/docs/development/install.md index 83409e2d..7c08a998 100644 --- a/docs/development/install.md +++ b/docs/development/install.md @@ -19,7 +19,7 @@ make package dist= ``` Then you can install the package with `dpkg`, `pacman` or `rpm`. -**:material-arch: Archlinux** +**:material-arch: Arch Linux** ```sh make pkg ``` diff --git a/docs/development/integration.md b/docs/development/integration.md index 19b15683..aad41b9f 100644 --- a/docs/development/integration.md +++ b/docs/development/integration.md @@ -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` |