mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update README.md
This commit is contained in:
parent
53903be8dc
commit
0d7c796e4f
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -65,7 +65,24 @@ and go from there. The documentation will be translated to English in the near f
|
||||||
|
|
||||||
For the installation, select one of the installation variants below:
|
For the installation, select one of the installation variants below:
|
||||||
|
|
||||||
### Quick (Clean install) 🚀
|
### Quick Start with Docker 🚀
|
||||||
|
|
||||||
|
1. Select the folder where you want TorrentPier installed
|
||||||
|
```shell
|
||||||
|
cd /path/to/www
|
||||||
|
```
|
||||||
|
2. Download the latest version of TorrentPier
|
||||||
|
```shell
|
||||||
|
git clone --branch v2.4 --depth 1 https://github.com/torrentpier/torrentpier.git .
|
||||||
|
```
|
||||||
|
3. Setup Docker
|
||||||
|
```shell
|
||||||
|
chmod +x setup-docker.sh
|
||||||
|
./setup-docker.sh
|
||||||
|
```
|
||||||
|
4. Voila! ✨
|
||||||
|
|
||||||
|
### Quick (Installation script) 🚀
|
||||||
|
|
||||||
Check out our [autoinstall](https://github.com/torrentpier/autoinstall) repository with detailed instructions.
|
Check out our [autoinstall](https://github.com/torrentpier/autoinstall) repository with detailed instructions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue