From 1f41b4aac9a43f451b7ab6218a47dad674e44b64 Mon Sep 17 00:00:00 2001 From: Brisse89 Date: Sun, 25 Apr 2021 23:44:26 +0200 Subject: [PATCH] Update README.md (#513) * Update README.md Add Debian install instructions. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 45f7d2b7..8f982a12 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,20 @@ If you do not wish to compile anything, simply download the file under [Releases If you are using an Arch-based distribution, install [`mangohud`](https://aur.archlinux.org/packages/mangohud/) and [`lib32-mangohud`](https://aur.archlinux.org/packages/lib32-mangohud/) with your favourite AUR helper. [`mangohud-git`](https://aur.archlinux.org/packages/mangohud-git/) and [`lib32-mangohud-git`](https://aur.archlinux.org/packages/lib32-mangohud-git/) are also available on the AUR if you want the up-to-date version of MangoHud. +#### Debian 11 (Bullseye) + +If you are using Debian 11 or later, to install the [MangoHud](https://tracker.debian.org/pkg/mangohud) package, execute: + +``` +sudo apt install mangohud +``` + +Optionally, if you also need MangoHud for 32-bit applications, execute: + +``` +sudo apt install mangohud:i386 +``` + #### Fedora If you are using Fedora, to install the [MangoHud](https://src.fedoraproject.org/rpms/mangohud) package, execute: