Update _index.zh-tw.md

This commit is contained in:
RustDesk 2025-03-25 16:35:01 +08:00 committed by GitHub
parent 025bc29e3c
commit 80bff84d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ title: Installation
weight: 2
---
## Docker (Recommended)
## 方法 1Docker (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
## 方法 2install.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 isnt working.