Skip to content

Commit 38b21f0

Browse files
committed
More doc
1 parent 5a4da2b commit 38b21f0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,30 @@ The official [Transmission repository](https://github.com/transmission/transmiss
4040

4141
## Installation
4242

43+
If you want to test this project without dealing with all the Node.js stuff, you can download the lastest release from here:
44+
45+
https://github.com/fcsonline/react-transmission/releases
46+
47+
Decompress it with:
48+
49+
```
50+
unzip react-transmission-X.X.X.zip
51+
```
52+
53+
Then, set this environment variable in your `.bashrc`
54+
55+
```bash
56+
export TRANSMISSION_WEB_HOME=<path to react-transmission>
57+
```
58+
59+
And start your Transmission instance. If everything gone well, your
60+
`react-transmission` instance should be like the previous one but you can
61+
differenciate because the background is a bit light yellow.
62+
63+
Happy testing!
64+
65+
## Developement environment
66+
4367
To be able to build this project, execute:
4468

4569
```bash

0 commit comments

Comments
 (0)