From 7a7479906a8773d9cffd70a029fd26d58967ea72 Mon Sep 17 00:00:00 2001 From: Stoppedpuma <58333920+Stoppedpuma@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:18:47 +0200 Subject: [PATCH] docs/development - Fix spelling of Arch Linux Changes Archlinux to Arch Linux --- docs/development/install.md | 2 +- docs/development/integration.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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` |