Browse Source

Merge pull request #69 from whattheserver/patch-1

Add oneliner
pull/75/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
85a8d34783
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
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.

Loading…
Cancel
Save