We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4555434 + 2b75b41 commit 85a8d34Copy full SHA for 85a8d34
README.md
@@ -16,6 +16,11 @@ The installation is done via the CLI utility. Run the following commands on the
16
~# wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh
17
~# bash PVEDiscordDark.sh install
18
```
19
+Or this oneliner
20
+```
21
+bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install
22
23
+
24
25
## Uninstallation
26
To uninstall the theme, simply run the utility with the `uninstall` command.
0 commit comments