From 7227394d945c7f5c05df3f7bc263e39830120bc7 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Tue, 26 Feb 2019 10:39:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01dc4e7..24f468b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can check the 'previews' folder in the repo to check out how some stuff look **Server-side Installation:** 1. Enter your PVE **node** shell.. -2. ```wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/ddInstall.sh``` +2. ```wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/ddInstall.sh``` 3. Run ```ddInstall.sh``` with root/sudo. 4. Follow instructions given. 5. Done! @@ -27,7 +27,7 @@ You can check the 'previews' folder in the repo to check out how some stuff look **Server-side Uninstallation:** 1. Enter your PVE **node** (the one you installed the theme on) shell... -2. ```wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/ddRemove.sh``` +2. ```wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/ddRemove.sh``` 3. Run ```ddRemove.sh``` with root/sudo. 4. Follow whatever instructions are given. 5. Done! Its gone!