Update README.md
This commit is contained in:
parent
6681fb2913
commit
eeade7a2ff
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -9,10 +9,18 @@ See no peers for some torrent(s)? Add more tracker(s) from Transmission
|
|||
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
|
||||
chmod +x /opt/bin/add_trackers.sh
|
||||
```
|
||||
or
|
||||
|
||||
```
|
||||
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
|
||||
chmod +x /opt/bin/add_trackers-auto.sh
|
||||
```
|
||||
## Usage
|
||||
|
||||
Run script to add some more trackers for active torrents:
|
||||
Automatically checks new torrents and adds trackers
|
||||
```
|
||||
/opt/bin # ./add_trackers-auto.sh
|
||||
```
|
||||
Run manual script to add some more trackers for active torrents:
|
||||
|
||||
```
|
||||
/opt/bin # ./add_trackers.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue