diff --git a/README.md b/README.md index 463c198..e96c5ae 100644 --- a/README.md +++ b/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.