User35123 f81ba46944 Powershell script will now be able to automatically get the latest version from github
The function getLatest() returns an object containing the current version number and the current download link.

In addition, the parameter "-wait" had to be removed from Start-Process, as the current version (1.2.3) apparently never ends if the Rustdesk service is not ended manually. Instead, a start-sleep of 20 seconds was added.
2024-01-19 15:17:24 +01:00
v2
2024-01-10 14:10:32 +08:00

We need your help to translate this document to your native language

Preview

Install hugo

The clone this repo git clone https://github.com/rustdesk/doc.rustdesk.com.git

Change to this folder:

cd docs.rustdesk.com

Then run the following commands:

hugo new site quickstart
cd quickstart
git init
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
echo "theme = 'hugo-theme-learn'" >> hugo.toml
hugo server

Make any changes and then reupload.

Description
Document of RustDesk
Readme 37 MiB
Languages
HTML 41.4%
Astro 30.9%
CSS 23.1%
TypeScript 3.1%
JavaScript 1.1%
Other 0.3%