Add more details to the readme

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-03 19:50:33 +01:00
Родитель 84b5b8af01
Коммит 9575f8621b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FE03C3A163FEDE68
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,12 @@
# Start
Run `hugo` and then serve the folder `public` on a webserver.
Run `hugo` and then serve the folder `public` on a webserver.
This can be accomplished by running this command:
```
hugo server
```
and open [http://localhost:1313/](http://localhost:1313/) in the browser.