Skip to content

Commit bea0891

Browse files
committed
Added new gaming-applications package + missing hint about CachyOS Hello + slight rephrase
1 parent 3915bb4 commit bea0891

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

src/content/docs/configuration/gaming.mdx

+21-8
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,30 @@ Before we dive into the fun stuff, it’s essential to ensure that your graphics
1616

1717
### Essential Packages
1818

19-
To make things easier for you, CachyOS has grouped all the necessary packages for gaming into one meta package that includes all the known stores and extras for gaming in Linux. This makes the installation and setup process for gaming faster and less convoluted for everyone.
19+
To make things easier for you, CachyOS has grouped all the necessary packages for gaming into one meta package that includes all the necessary dependencies and libraries for gaming in Linux and a separate package for the tools and launchers/stores. This makes the installation and setup process for gaming faster and less convoluted for everyone.
2020

21-
```sh title='Run the following command in a terminal'
22-
sudo pacman -S cachyos-gaming-meta
23-
```
21+
*If you find that any packages are missing, feel free to let the CachyOS team know.*
2422

25-
:::note
26-
The `cachyos-gaming-meta` package installs all the important libraries, packages, plugins and stores such as Steam, Lutris and some tools which are necessary for most games to run and work properly. Check out the [package list](https://github.com/CachyOS/CachyOS-PKGBUILDS/blob/master/cachyos-gaming-meta/PKGBUILD#L10) for more information on what is installing.
23+
Follow the steps below to start with the gaming setup.
24+
<Tabs>
25+
<TabItem label='Meta Package'>
26+
```sh
27+
sudo pacman -S cachyos-gaming-meta
28+
```
29+
</TabItem>
30+
<TabItem label='Tools & Stores'>
31+
*This package includes the following:*
32+
- Gamescope, Goverlay, Heroic Games Launcher, Lutris, MangoHud and Steam.
33+
```sh
34+
sudo pacman -S cachyos-gaming-applications
35+
```
36+
</TabItem>
37+
<TabItem label= 'CachyOS Hello'>
38+
- Go to **Apps/Tweaks** and click on `Install Gaming packages`
2739

28-
*If you find that any packages are missing, feel free to let the CachyOS team know.*
29-
:::
40+
*CachyOS Hello installs both packages `cachyos-gaming-meta` and `cachyos-gaming-applications`*
41+
</TabItem>
42+
</Tabs>
3043

3144
## Steam
3245

0 commit comments

Comments
 (0)