增加安装命令, 方面用户复制使用
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
### 准备一台海外 VPS
|
||||
|
||||
- VPS 服务商推荐: [RackNerd](https://www.zhujiceping.com/50572.html)、搬瓦工等
|
||||
- VPS 系统推荐选择 `Ubuntu` / `debian` / `centOS` 等 Linux 发行版
|
||||
- VPS 系统推荐选择 `Ubuntu` / `Debian` / `CentOS` 等 Linux 发行版
|
||||
- 本项目基于 `Ubuntu` 系统测试和部署,所以**推荐 Ubuntu 系统**
|
||||
|
||||
### VPS 需要提前安装的软件
|
||||
@@ -16,6 +16,11 @@
|
||||
- `wget`
|
||||
- `curl`
|
||||
|
||||
```bash
|
||||
apt udpate
|
||||
apt install -y curl wget curl
|
||||
```
|
||||
|
||||
### 部署步骤
|
||||
|
||||
1. 下载项目
|
||||
|
||||
Reference in New Issue
Block a user