Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustdesk/doc.rustdesk.com
Document of RustDesk
https://github.com/rustdesk/doc.rustdesk.com
Last synced: about 1 month ago
JSON representation
Document of RustDesk
- Host: GitHub
- URL: https://github.com/rustdesk/doc.rustdesk.com
- Owner: rustdesk
- License: mit
- Created: 2021-08-29T14:11:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T10:22:33.000Z (about 2 months ago)
- Last Synced: 2024-12-10T11:29:24.248Z (about 2 months ago)
- Language: HTML
- Homepage: https://rustdesk.com/docs/
- Size: 31.4 MB
- Stars: 415
- Watchers: 11
- Forks: 419
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# We need your help to translate this document to your native language
[**Preview**](https://rustdesk.com/docs/)
Install [hugo](https://gohugo.io/getting-started/installing/)
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.