From 90ad332f381d05806f6541c512fa4cf92cfa4ed6 Mon Sep 17 00:00:00 2001 From: gasinvein Date: Sun, 15 Mar 2020 14:45:01 +0300 Subject: [PATCH] Add Flatpak usage notes to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d58eb54..929aa228 100644 --- a/README.md +++ b/README.md @@ -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