mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-16 00:13:00 +00:00
Better Arch Linux guide in ReadMe
Added 32 bit and 64 bit installer for arch linux
This commit is contained in:
parent
bce45ec339
commit
ef1def2a70
13
README.md
13
README.md
@ -157,11 +157,11 @@ If you are building it by yourself, you need to enable multilib repository, by e
|
||||
sudo nano /etc/pacman.conf
|
||||
```
|
||||
|
||||
and uncomment:
|
||||
and uncomment the lines in order to look like this:
|
||||
|
||||
```txt
|
||||
#[multilib]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
```
|
||||
|
||||
then save the file and execute the command to refresh databases:
|
||||
@ -170,12 +170,17 @@ then save the file and execute the command to refresh databases:
|
||||
sudo pacman -Syy
|
||||
```
|
||||
|
||||
and install with:
|
||||
and install the 64 bit package with:
|
||||
|
||||
```
|
||||
sudo pacman -S mangohud
|
||||
```
|
||||
|
||||
For 32 bit package, install with:
|
||||
```
|
||||
sudo pacman -S lib32-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