Merge pull request #455 from lazee486/patch-1

Update _index.en.md
This commit is contained in:
RustDesk 2024-10-30 18:56:46 +08:00 committed by GitHub
commit f355631d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,6 +186,17 @@ You can also use msi instead of `rustdesk.exe --silent-install`.
https://rustdesk.com/docs/en/client/windows/msi/
### Winget
you can deploy via pwershell with winget as well (this installs via microsofts version of apt - part of most recent windows installs)
from a powershell window or via script (for example via Tactical RMM or GPO)
```
winget install --id=RustDesk.RustDesk -e
```
### macOS Bash
```sh