Update README.md

This commit is contained in:
Roman Kelesidis 2025-08-21 15:49:23 +03:00
commit 0d7c796e4f
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -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:
### 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.