Skip to content

Commit 633e949

Browse files
committed
docs: simplify installation instructions and remove pre-release/dev options
1 parent e8dffd6 commit 633e949

4 files changed

Lines changed: 23 additions & 34 deletions

File tree

README-fa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
**TimescaleDB (توصیه شده):**
139139
```bash
140-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb --pre-release
140+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb
141141
```
142142

143143
**SQLite:**

README-ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ PasarGuard — это удобный, многофункциональный и
137137

138138
**TimescaleDB (Рекомендуется):**
139139
```bash
140-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb --pre-release
140+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb
141141
```
142142

143143
**SQLite:**

README-zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ PasarGuard 是一个用户友好、功能丰富且可靠的代理管理工具。
137137

138138
**TimescaleDB(推荐):**
139139
```bash
140-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb --pre-release
140+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb
141141
```
142142

143143
**SQLite:**

README.md

Lines changed: 20 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -128,41 +128,30 @@ PasarGuard is a user-friendly, feature-rich, and reliable proxy management tool.
128128

129129
---
130130

131-
- **Install pasarguard with SQLite**:
132-
133-
```bash
134-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install
135-
```
136-
137-
- **Install pasarguard with MySQL**:
138-
139-
```bash
140-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database mysql
141-
```
142-
143-
- **Install pasarguard with PostgreSQL**:
144-
145-
```bash
146-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database postgresql
147-
```
148-
149-
- **Install pasarguard with TimescaleDB(v1+ only) and pre-release version**:
150-
151-
```bash
152-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb --pre-release
153-
```
131+
**TimescaleDB (Recommended):**
132+
```bash
133+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database timescaledb
134+
```
154135

155-
- **Install pasarguard with MariaDB and Dev branch**:
136+
**SQLite:**
137+
```bash
138+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install
139+
```
156140

157-
```bash
158-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database mariadb --dev
159-
```
141+
**MySQL:**
142+
```bash
143+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database mysql
144+
```
160145

161-
- **Install pasarguard with MariaDB and Manual version**:
146+
**MariaDB:**
147+
```bash
148+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database mariadb
149+
```
162150

163-
```bash
164-
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database mariadb --version v0.5.2
165-
```
151+
**PostgreSQL:**
152+
```bash
153+
sudo bash -c "$(curl -fsSL https://github.com/PasarGuard/scripts/raw/main/pasarguard.sh)" @ install --database postgresql
154+
```
166155

167156
### 📋 After installation:
168157

0 commit comments

Comments
 (0)