From 0d7c796e4f9140f7cd6eb05a808558b1acc7041c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 21 Aug 2025 15:49:23 +0300 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d28859d9..2a666542b 100644 --- a/README.md +++ b/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: -### 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.