diff --git a/README.md b/README.md index 5380e0d..48c6bb0 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,7 @@ Modern single-page web UI for managing rTorrent through SCGI/XML-RPC. pyTorrent - Offline frontend assets support for self-hosted deployments. ## Screenshots - -```md ![pyTorrent dashboard](docs/ss1.png) -``` ## Requirements @@ -108,24 +105,9 @@ The default stack install creates: ### One-line install with rtorrent -After publishing the repository, replace `zdzichu6969` and branch name if needed: - ```bash curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \ - | sudo PYTORRENT_REPO_URL=https://github.com/zdzichu6969/pyTorrent \ - PYTORRENT_REPO_BRANCH=main \ - PYTORRENT_ARCHIVE_URL=https://github.com/zdzichu6969/pyTorrent/archive/refs/heads/main.tar.gz \ - bash -``` - -Common overrides: - -```bash -curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \ - | sudo PYTORRENT_REPO_URL=https://github.com/zdzichu6969/pyTorrent \ - PYTORRENT_REPO_BRANCH=main \ - PYTORRENT_ARCHIVE_URL=https://github.com/zdzichu6969/pyTorrent/archive/refs/heads/main.tar.gz \ - PYTORRENT_PORT=8091 \ + | sud PYTORRENT_PORT=8091 \ RTORRENT_SCGI_PORT=5001 \ PYTORRENT_PROFILE_NAME="Local rTorrent" \ bash