From d63a3c01e4d66a7d9be9b10a61ab29d6553c1cdb Mon Sep 17 00:00:00 2001 From: Sunakier <128236579+Sunakier@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:43:54 +0800 Subject: [PATCH] Fix the installation description in the README (#243) * fix README wording error --- README.md | 12 ++++++++---- README_CN.md | 11 ++++++++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6176ae0f..bc45c256 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,17 @@ cargo install --git https://github.com/EasyTier/EasyTier.git ``` - 4. **Install by script (For Linux Only)** + 4. **Install by Docker Compose** + + Please visit the [EasyTier Official Website](https://www.easytier.top/en/) to view the full documentation. + + 5. **Install by script (For Linux Only)** ```sh - curl -fsSL "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" | bash -s install + wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" && bash /tmp/easytier.sh install ``` - You can aslo uninstall Easytier by the commend "uninstall" of this script - + You can also uninstall/update Easytier by the command "uninstall" or "update" of this script + ## Quick Start > The following text only describes the use of the command-line tool; the GUI program can be configured by referring to the following concepts. diff --git a/README_CN.md b/README_CN.md index a90b8d47..97cf853c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -49,12 +49,17 @@ cargo install --git https://github.com/EasyTier/EasyTier.git ``` -4. **使用一键脚本安装 (仅适用于 Linux)** +4. **通过Docker Compose安装** + + 请访问 [EasyTier 官网](https://www.easytier.top/) 以查看完整的文档。 + + +5. **使用一键脚本安装 (仅适用于 Linux)** ```sh - curl -fsSL "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" | bash -s install + wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/easytier.sh" && bash /tmp/easytier.sh install ``` - 使用本脚本安装的 Easytier 可以使用脚本的 uninstall 对其卸载 + 使用本脚本安装的 Easytier 可以使用脚本的 uninstall/update 对其卸载/升级 ## 快速开始