Skip to content
Snippets Groups Projects
Verified Commit bf8a1740 authored by Šimon Berka's avatar Šimon Berka
Browse files

minor fix in contribute.md

parent d2b6ad6e
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,12 @@ git clone git@gitlab.ics.muni.cz:${GITLAB_USER}/documentation.git
git checkout -b my_change
```
## Edit GitBook
## Make Changes & Run Local Server
```bash
# in `documentation`
hugo --config config-dev.toml serve
```
> Edits will be show live in your browser window, no need to refresh.
> Edits will be show live in your browser window, no need to restart the server.
## Commit and Push Changes
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment