From 63c169b30c46158c94fbb966ace01fd25a456dc3 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 9 Feb 2026 23:06:21 +0800 Subject: [PATCH] docs: update README.md --- README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index e4775e5..d770021 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,42 @@ ## 说明 -一个基于 docker 容器快速部署 tuic 服务器端的项目 +一个基于 docker 容器快速部署 tuic 服务器端的项目。 ## 快速开始 -#### 准备一台境外 vps -vps 服务商推荐:[RackNerd](https://www.zhujiceping.com/50572.html), 搬瓦工等 -vps 系统推荐选择`Ubuntu` , `debian` , `centOS`系统其中一种. -本项目基于`Ubuntu`系统测试和部署. 所以**推荐 Ubuntu 系统** +### 准备一台海外 VPS -#### vps提前安装好以下软件: +- VPS 服务商推荐: [RackNerd](https://www.zhujiceping.com/50572.html)、搬瓦工等 +- VPS 系统推荐选择 `Ubuntu` / `debian` / `centOS` 等 Linux 发行版 +- 本项目基于 `Ubuntu` 系统测试和部署,所以**推荐 Ubuntu 系统** -- git -- wget -- curl +### VPS 需要提前安装的软件 +- `git` +- `wget` +- `curl` +### 部署步骤 -在 vps 中依次执行以下步骤 +1. 下载项目 -#### 下载项目 + ```bash + git clone https://gitea.9001003.xyz/William/tuic_docker.git + ``` -``` -git clone https://gitea.9001003.xyz/William/tuic_docker.git -``` +2. 进入项目目录 -#### 进入项目目录 + ```bash + cd tuic_docker + ``` -``` -cd tuic_docker -``` +3. 一键部署 -#### 一键部署 + ```bash + bash install + ``` -``` -bash install -``` +运行后会出现菜单: ``` 请选择一个操作: @@ -50,4 +51,4 @@ bash install 输入您的选择: ``` -选择`1. 一键部署` +选择 `1. 一键部署`