From 79049e1b116e4f581a33d1b1b6fbf35b0114f7ae Mon Sep 17 00:00:00 2001 From: Gabbar <147980619+Gabbar-v7@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:03:34 +0530 Subject: [PATCH] Include Arch-based installation commands Added installation instructions for Arch-based distros. --- sites/docs/src/content/install/manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sites/docs/src/content/install/manual.md b/sites/docs/src/content/install/manual.md index 670627266e..1d18ab6dc7 100644 --- a/sites/docs/src/content/install/manual.md +++ b/sites/docs/src/content/install/manual.md @@ -89,6 +89,14 @@ first complete the following setup. $ sudo apt-get update -y && sudo apt-get upgrade -y $ sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa ``` + + On Arch-based distros with `pacman`, such as CachyOS, + install these packages using the following commands: + + ```console + $ sudo pacman -Syu + $ sudo pacman -S --needed curl git unzip xz zip glu + ``` 1.

Set up an editor or IDE