mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-16 00:13:00 +00:00
Adding command for arch in README.md
Guide was missing the actual command to install the software in arch linux and based distros.
This commit is contained in:
parent
dcb8741581
commit
bce45ec339
@ -164,12 +164,18 @@ and uncomment:
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
```
|
||||
|
||||
then save the file and execute:
|
||||
then save the file and execute the command to refresh databases:
|
||||
|
||||
```
|
||||
sudo pacman -Syy
|
||||
```
|
||||
|
||||
and install with:
|
||||
|
||||
```
|
||||
sudo pacman -S mangohud
|
||||
```
|
||||
|
||||
### Debian, Ubuntu
|
||||
|
||||
If you are using Debian 11 (Bullseye) or later, Ubuntu 21.10 (Impish) or later, or distro derived from them, to install the [MangoHud](https://tracker.debian.org/pkg/mangohud) package, execute:
|
||||
|
Loading…
Reference in New Issue
Block a user