Merge pull request #258 from dinger1986/master

Update README.md
This commit is contained in:
RustDesk 2023-08-21 10:46:07 +08:00 committed by GitHub
commit e8168d905c
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.