diff --git a/README.md b/README.md index c8282b7..b329726 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ This repository contains code to generate a Hugo website based on markedown files coming from [Hedgedoc](https://hedgedoc.org/). - ## Install ### Install Hugo @@ -28,15 +27,22 @@ mkdir themes ``` 2. Import your code in the repo `themes`, for instance: + ``` cd themes git clone https://github.com/matcornic/hugo-theme-learn.git ``` +## Sync data + +``` +./update.sh +``` ## Run your Hugo Launch the following command from your local repository: + ``` hugo serve -``` \ No newline at end of file +```