From f42c02213151c2a65b2fe3a594075e1126a4aba2 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sat, 14 Mar 2020 20:19:50 +0100 Subject: [PATCH] [readme] Don't recommend using sudo for ./build.sh install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c0520e..0d58eb54 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Once done, proceed to the [installation](#source). If you have compiled MangoHud from source, to install it, execute: ``` -sudo ./build.sh install +./build.sh install ``` ### Pre-packaged binaries