Browse Source
Merge pull request #69 from whattheserver/patch-1
Add oneliner
pull/75/head
Weilbyte
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
README.md
|
|
@ -16,6 +16,11 @@ The installation is done via the CLI utility. Run the following commands on the |
|
|
|
~# wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh |
|
|
|
~# bash PVEDiscordDark.sh install |
|
|
|
``` |
|
|
|
Or this oneliner |
|
|
|
``` |
|
|
|
bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Uninstallation |
|
|
|
To uninstall the theme, simply run the utility with the `uninstall` command. |
|
|
|