From 61ca23940d2cfcb37ed914d5be244b4771a580f9 Mon Sep 17 00:00:00 2001 From: CJ Ratliff Date: Thu, 24 Aug 2023 21:08:56 -0400 Subject: [PATCH] Updated README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9086e1a..47e9d4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ -qBittorrent Web UI ---- -Based on colorscheme from [cjratliff.com](https://cjratliff.com) +# qBittorrent Web UI theme - cjratliff.com [^1] +[^1]: Based on colorscheme from [cjratliff.com](https://cjratliff.com) ![Screenshot](qBittorrent-webui-theme-CJRatliff.com.jpg) + +## Installation +First, you need to download a copy of the latest release (or clone / download this repository for the latest). + +- [ ] Under Tools->Preferences->WebUI enable Use alternative WebUI. +- [ ] Choose a location that points to `/path/to/qbittorrent-webui-cjratliff.com` +- [ ] Restart qBittorrent or refresh your browser for changes to take effect. + +You can also change these settings via the config file. The relevant entries are: + +``` +WebUI\AlternativeUIEnabled=true +WebUI\RootFolder=/path/to/qbittorrent-webui-cjratliff.com +```