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.