From 1389176e21a1a5dca8c3909891d2bc650d658a93 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 18 May 2022 12:06:22 +0800 Subject: [PATCH] fix exe name --- content/self-host/install/_index.en.md | 4 ++++ content/self-host/install/_index.ru.md | 4 ++++ content/self-host/install/_index.zh-cn.md | 4 ++++ content/self-host/install/_index.zh-tw.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 1fc2d73..de20d09 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -108,6 +108,10 @@ hbbs.yourhost.com:21116 Change `rustdesk.exe` to rustdesk-`host=,key=`.exe, e.g. rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe, you can see the config result in the about window as below. +{{% notice note %}} +You need to set `host` and `key` both, missing any one won't work. +{{% /notice %}} + | Menu | About Page | | -- | -- | ![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) | diff --git a/content/self-host/install/_index.ru.md b/content/self-host/install/_index.ru.md index 5221954..2af45ee 100644 --- a/content/self-host/install/_index.ru.md +++ b/content/self-host/install/_index.ru.md @@ -110,6 +110,10 @@ hbbs.yourhost.com:21116 Замените `rustdesk.exe` на rustdesk-`host=,key=<строка-открытого-ключа>`.exe, например: rustdesk-`host=192.168.1.137,key=xfdsfsd32 =32`.exe, вы можете увидеть результат настройки в окне «О программе», как показано ниже. +{{% notice note %}} +Необходимо добавить и host, и key, а использовать их без них непросто. +{{% /notice %}} + |Меню |О странице | | -- | -- | ![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/ru/self-host/install/images/lic.png) | diff --git a/content/self-host/install/_index.zh-cn.md b/content/self-host/install/_index.zh-cn.md index c58bfe1..bcb6b24 100644 --- a/content/self-host/install/_index.zh-cn.md +++ b/content/self-host/install/_index.zh-cn.md @@ -105,6 +105,10 @@ hbbs.yourhost.com:21116 把`rustdesk.exe` 修改为 rustdesk-`host=,key=`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置结果,如下图所示。 +{{% notice note %}} +`host` 和 `key` 都需要添加,缺少一个就不好使。 +{{% /notice %}} + | Menu | About Page | | -- | -- | ![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) | diff --git a/content/self-host/install/_index.zh-tw.md b/content/self-host/install/_index.zh-tw.md index 2bdf3f1..1fc99d4 100644 --- a/content/self-host/install/_index.zh-tw.md +++ b/content/self-host/install/_index.zh-tw.md @@ -107,6 +107,10 @@ hbbs.yourhost.com:21116 把`rustdesk.exe` 修改為 rustdesk-`host=,key=`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe,你可以在About窗口看到配置結果,如下圖所示。 +{{% notice note %}} +`host` 和 `key` 都需要添加,缺少一個就不好使。 +{{% /notice %}} + | Menu | About Page | | -- | -- | ![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |