From 025bc29e3c1dc21e419dff94e02aa20141099ece Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:34:23 +0800 Subject: [PATCH] Update _index.zh-cn.md --- .../rustdesk-server-pro/installscript/_index.zh-cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md b/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md index 6a7eda3..38f5a5b 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.zh-cn.md @@ -3,7 +3,7 @@ title: Installation weight: 2 --- -## Docker (Recommended) +## 方法1:Docker (Recommended) ``` bash <(wget -qO- https://get.docker.com) @@ -13,7 +13,7 @@ docker compose up -d For more details, please check [Docker](/docs/en/self-host/rustdesk-server-pro/installscript/docker/). -## install.sh +## 方法 2:install.sh If you are proficient in Linux, please use the script below. Otherwise, you may encounter significant issues if it fails, and it could be difficult to determine why it isn’t working.