From 2809c824e20b841b841fa1d14522bf123aa24c69 Mon Sep 17 00:00:00 2001 From: jackun Date: Thu, 18 Jun 2020 13:07:08 +0300 Subject: [PATCH] Maybe a bit more visible install command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef70d6c8..276b3576 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,11 @@ You can then subsequently uninstall MangoHud via the following command #### GitHub releases -If you do not wish to compile anything, simply download the file under [Releases](https://github.com/flightlessmango/MangoHud/releases), extract it, and run `./mangohud-setup.sh install` from within the extracted folder. +If you do not wish to compile anything, simply download the file under [Releases](https://github.com/flightlessmango/MangoHud/releases), extract it, and from within the extracted folder in terminal, execute: + +``` +./mangohud-setup.sh install +``` #### Arch-based distributions