Merge pull request #70 from gasinvein/patch-1

Add Flatpak usage notes to readme
pull/79/head
flightlessmango 4 years ago committed by GitHub
commit 48697f5775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,11 +57,16 @@ sudo dnf install mangohud
#### Flatpak
If you are using Flatpaks, you will have to add the [FlatHub repository](https://flatpak.org/setup/) for your specific distribution, and then, to install it, execute:
If you are using Flatpaks, you will have to add the [Flathub repository](https://flatpak.org/setup/) for your specific distribution, and then, to install it, execute:
##### For Steam flatpak
```
flatpak install com.valvesoftware.Steam.VulkanLayer.MangoHud
```
To enable MangoHud for all Steam games:
```
flatpak override --user --env=MANGOHUD=1 com.valvesoftware.Steam
```
# Normal usage

Loading…
Cancel
Save