Update README.md

This commit is contained in:
dinger1986 2023-08-20 22:07:18 +01:00 committed by GitHub
parent bd3ab225ee
commit 8a887d2104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,23 @@
[**Preview**](https://rustdesk.com/docs/)
Install [hugo](https://gohugo.io/getting-started/installing/) first
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
hugo serve
echo "theme = 'hugo-theme-learn'" >> hugo.toml
hugo server
```
Make any changes and then reupload.