Skip to content

Commit bc4e462

Browse files
added transmission documentation
1 parent d32ca2f commit bc4e462

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ using the npm distribution
1111

1212
## Steps
1313

14+
You can either use qBitTorrent,Transmission or rTorrent as the torrent client
15+
1416
### Install qBitTorrent
1517
1. Install [qBitTorrent](https://www.qbittorrent.org/)
1618
2. Start the application, click the settings button and setup the Web UI. You would have to set a new username and password and with everything done,
@@ -20,6 +22,17 @@ using the npm distribution
2022

2123
<p align="center"><img width="400" alt="Screenshot 2021-05-25 at 1 59 24 PM" src="https://user-images.githubusercontent.com/64683098/208732411-2c7c74b9-0d9c-4804-bf9f-11170ea4696d.PNG"></p>
2224

25+
### Install Transmission
26+
1. Install [Transmission](https://transmissionbt.com/download)
27+
2. Start the application, click the edit button, select preferences and setup the Remote Control. You would have to set a new port, username and password and with everything done, the traansmission app should be up and running in ```http://localhost:portnumber/```
28+
3. Click Open web client button and access the app
29+
30+
<p align="center"><img width="400" alt="trans" src="https://user-images.githubusercontent.com/64683098/209478308-7c58c7a6-7a05-4363-91cd-50bed49b5e52.PNG"></p>
31+
32+
<p align="center"><img width="400" alt="trans1" src="https://user-images.githubusercontent.com/64683098/209478327-d9b1d47c-143e-4ee4-ac6f-dd92ecad5f88.PNG"></p>
33+
34+
<p align="center"><img width="400" alt="trans2" src="https://user-images.githubusercontent.com/64683098/209478329-549b953f-cb33-45fb-82cc-a332b589a688.PNG"></p>
35+
2336
### Install Flood
2437

2538
1. Install Flood using ```sudo npm i -g flood``` / ```npm i -g flood```

0 commit comments

Comments
 (0)