Document of RustDesk
Go to file
RustDesk b41d735433
Merge pull request #444 from JakenHerman/patch-1
Fix a few typos in documentation
2024-10-03 15:52:43 +08:00
.github/workflows
content Update _index.en.md 2024-10-03 00:11:09 -05:00
layouts
static
v2 remove 3rd-party hosting 2024-09-16 10:02:06 +08:00
v3 hide cookie preferences tip 2024-09-18 15:28:30 +08:00
.gitattributes
.gitignore
config.toml
deploy.sh
LICENSE.md
README.md

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.