Document of RustDesk
Go to file
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
.github/workflows fix ci 2023-07-10 15:21:27 +08:00
content Powershell script will now be able to automatically get the latest version from github 2024-01-19 15:17:24 +01:00
layouts doc has its own gtag 2023-08-26 20:32:06 +08:00
static permission page and modify css 2023-07-14 21:44:35 +08:00
v2 v2 2024-01-10 14:10:32 +08:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore doc, oidc azure 2023-09-26 02:07:05 +08:00
config.toml Türkçe 2023-08-25 21:42:12 +08:00
deploy.sh sg -> ot 2023-01-05 11:25:40 +08:00
LICENSE.md https://github.com/matcornic/hugo-theme-learn/tree/master/exampleSite 2022-04-11 00:15:15 +08:00
README.md Update README.md 2023-08-20 22:07:18 +01: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.