diff --git a/README.md b/README.md index 168f650..bb3b03b 100644 --- a/README.md +++ b/README.md @@ -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. 下载项目