From 4ca8b84bafbb86adcd60ea36b9bad61b2a75e4a0 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:25:37 +0700 Subject: [PATCH] chore: add `Using development build` section --- Installation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Installation.md b/Installation.md index b58f9a1..86a103a 100644 --- a/Installation.md +++ b/Installation.md @@ -127,6 +127,23 @@ $ docker system prune -a $ rm 3x-ui -rf ``` +### Using development build + +3. Install the `git` package using your package manager. + +4. Clone repository and go to repository folder + +```bash +$ git clone https://github.com/MHSanaei/3x-ui.git +$ cd 3x-ui +``` + +5. Start the Docker container using the following command. In this case, the Docker image will be built first and then the container will be started. + +```bash +$ docker compose up -d +``` + ## Install another version > [!CAUTION]