Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sites/docs/src/content/install/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment on lines +93 to +94

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While CachyOS is an Arch-based distribution, it is relatively niche compared to other derivatives. Using a more widely recognized and popular Arch-based distribution like Manjaro or EndeavourOS as the example makes the documentation more helpful and familiar to a broader audience.

Suggested change:

    On Arch-based distros with `pacman`, such as Manjaro,
    install these packages using the following commands:


```console
$ sudo pacman -Syu
$ sudo pacman -S --needed curl git unzip xz zip glu
```

1. <h3>Set up an editor or IDE</h3>

Expand Down