mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 08:54:20 +01:00
Update README.md
This commit is contained in:
parent
bd3ab225ee
commit
8a887d2104
19
README.md
19
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user