Update _index.en.md

This commit is contained in:
RustDesk 2025-03-25 16:29:04 +08:00 committed by GitHub
parent e26c59862a
commit 063de19d86
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)
## Method 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
## Method 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 isnt working.