Merge pull request #48 from lukebarone/master

Added QR Code Instructions
This commit is contained in:
RustDesk 2022-07-10 11:53:28 +08:00 committed by GitHub
commit 697f2f29be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -56,7 +56,14 @@ Long press or tap the menu on the right to select `File Transfer`
2. Click `ID/Relay Server`.
3. Enter your ID Server hostname/IP Address in the `ID Server` field. Leave `Relay Server` and `API Server` blank, and enter your public key (optional, required for encryption) in the `Key` field. Press **OK** to save your settings. It will automatically switch to the specified server.
You can also configure it by scanning a QR code.
You can also configure it by scanning a QR code. To generate the QR Code, use the following format (change the `host` and `key` values to your own):
```nolang
config={"host": "xxx", "key": "xxx"}
```
Then go to an [Online QR Code Generator](https://www.qr-code-generator.com/) and paste in the code above.
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
![](/docs/en/manual/mobile/images/id_setting_en.jpg?width=300px)

View File

@ -6,7 +6,7 @@ weight: 20
### Install NodeJs
Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install.
Please [download](https://nodejs.org/dist/v16.14.2/node-v16.14.2-x86.msi) and install NodeJS.
NodeJs is the runtime environment of pm2, so you need to install NodeJs first。
### Install pm2