Skip to content

Commit eeade7a

Browse files
Update README.md
1 parent 6681fb2 commit eeade7a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ See no peers for some torrent(s)? Add more tracker(s) from Transmission
99
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
1010
chmod +x /opt/bin/add_trackers.sh
1111
```
12+
or
1213

14+
```
15+
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
16+
chmod +x /opt/bin/add_trackers-auto.sh
17+
```
1318
## Usage
14-
15-
Run script to add some more trackers for active torrents:
19+
Automatically checks new torrents and adds trackers
20+
```
21+
/opt/bin # ./add_trackers-auto.sh
22+
```
23+
Run manual script to add some more trackers for active torrents:
1624

1725
```
1826
/opt/bin # ./add_trackers.sh

0 commit comments

Comments
 (0)