增加安装命令, 方面用户复制使用

This commit is contained in:
Olia Lisa
2026-05-19 09:59:13 +08:00
parent 91e8783395
commit aad356f353
+6 -1
View File
@@ -7,7 +7,7 @@
### 准备一台海外 VPS ### 准备一台海外 VPS
- VPS 服务商推荐: [RackNerd](https://www.zhujiceping.com/50572.html)、搬瓦工等 - VPS 服务商推荐: [RackNerd](https://www.zhujiceping.com/50572.html)、搬瓦工等
- VPS 系统推荐选择 `Ubuntu` / `debian` / `centOS` 等 Linux 发行版 - VPS 系统推荐选择 `Ubuntu` / `Debian` / `CentOS` 等 Linux 发行版
- 本项目基于 `Ubuntu` 系统测试和部署,所以**推荐 Ubuntu 系统** - 本项目基于 `Ubuntu` 系统测试和部署,所以**推荐 Ubuntu 系统**
### VPS 需要提前安装的软件 ### VPS 需要提前安装的软件
@@ -16,6 +16,11 @@
- `wget` - `wget`
- `curl` - `curl`
```bash
apt udpate
apt install -y curl wget curl
```
### 部署步骤 ### 部署步骤
1. 下载项目 1. 下载项目