From 987b72174c652bfc2d5bf364ff71f15ba4ba750d Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Tue, 10 Mar 2020 15:20:58 +0100 Subject: [PATCH] [readme] install needs sudo now --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 785b1105..41bb4917 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ cd MangoHud Then simply run the following command: -`./build.sh install` - -This will build and copy `libMangoHud.so` & `libMangoHud32.so` to `$HOME/.local/share/MangoHud`, as well as copying the required Vulkan layer configuration files. +`sudo ./build.sh install` ---