Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-05-29 17:26:13 +0300
committerGitHub <noreply@github.com>2023-05-29 17:26:13 +0300
commit331f2adb1c1498b50190f65286d088e747a0aaca (patch)
tree2a550e833fe638b4e9ed1c8d945e2cd9381ffabb /README.md
parent45a8d6c95e4ca8dee74f44b28511d628f25f007e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d635b10e..56c4b344 100644
--- a/README.md
+++ b/README.md
@@ -88,10 +88,12 @@ Note: If your server's CPU architecture is `arm64`, modify the `amd64` in `tar z
# Install with Docker
<details>
<summary>Click for Docker details</summary>
+
1. Install Docker:
```sh
bash <(curl -sSL https://get.docker.com)
```
+
2. Clone the Project Repository:
```sh
@@ -261,6 +263,7 @@ Reference syntax:
# Environment Variables
<details>
<summary>Click for Environment Variables details</summary>
+
| Variable | Type | Default |
| -------------- | :--------------------------------------------: | :------------ |
| XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` |