This commit is contained in:
rustdesk
2025-02-22 11:34:21 +08:00
parent 3bc06d1b77
commit 18ee57e63d
9 changed files with 17 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
---
title: Installation
weight: 6
weight: 2
---
# Docker (Recommended)
## Docker (Recommended)
```
bash <(wget -qO- https://get.docker.com)
@@ -13,9 +13,10 @@ docker compose up -d
For more details, please check [Docker](/docs/en/self-host/rustdesk-server-pro/installscript/docker/).
# install.sh
## 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.
`bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh)`
For more details, please check [install.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/).