Update installation script URLs in README

This commit is contained in:
MasterDraco 2025-03-12 21:44:30 +00:00
parent 96f95f228f
commit 71fc571f38

View File

@ -22,7 +22,7 @@ A C# application for managing RSS feeds and automatically downloading torrents v
Install Transmission RSS Manager with a single command:
```bash
wget -O - https://git.powerdata.dk/masterdraco/Torrent-Manager/raw/branch/main/TransmissionRssManager/install.sh | sudo bash
wget -O - https://git.powerdata.dk/masterdraco/Torrent-Manager/raw/branch/main/install.sh | sudo bash
```
This command:
@ -40,7 +40,7 @@ If you prefer to examine the install script before running it, you can:
```bash
# Download the install script
wget https://git.powerdata.dk/masterdraco/Torrent-Manager/raw/branch/main/TransmissionRssManager/install.sh
wget https://git.powerdata.dk/masterdraco/Torrent-Manager/raw/branch/main/install.sh
# Review it
less install.sh