Adding command for arch in README.md

Guide was missing the actual command to install the software in arch linux and based distros.
pull/1172/head
Gaetano Salvatore Falco 7 months ago committed by GitHub
parent dcb8741581
commit bce45ec339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save