Document of RustDesk https://rustdesk.com/docs/
Go to file
John Abassian db39a78c8c
Update _index.en.md
If the c++ redistributable isn't installed, the start service shell fails silently and nothing helpful is logged. This is frustrating and there's no reason it isn't listed on the read me, especially since it has been acknowledged by the maintainer. 

It would have taken very little effort beyond the sassy comment [here](https://github.com/rustdesk/rustdesk-server/issues/163#issuecomment-1386420173) to actually address this.
2025-02-23 23:40:52 -05:00
.github/workflows Update deploy.yml 2024-10-21 22:58:19 +08:00
content Update _index.en.md 2025-02-23 23:40:52 -05:00
layouts doc has its own gtag 2023-08-26 20:32:06 +08:00
static Fix typos 2025-01-01 20:57:10 +02:00
v2 Fix typos 2025-01-01 20:57:10 +02:00
v3 change stars 2025-02-19 01:19:05 +08:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore doc, oidc azure 2023-09-26 02:07:05 +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
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

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.