File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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+
4367To be able to build this project, execute:
4468
4569``` bash
You can’t perform that action at this time.
0 commit comments