Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Jul 31, 2022
1 parent 952a85f commit 4140729
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ For minor changes, it is perfectly fine to simply change the relevant Markdown f
For more complex changes, here is how to build the documentation locally:

1. Install [hugo](https://gohugo.io/getting-started/quick-start/).
2. Run `hugo server -D -w`.
This defaults to running a web server on `http://localhost:1313`.
If you are running on an external host, try `hugo server -D -w --bind 0.0.0.0 -b http://<hostname>`
2. Run
```sh
hugo server -D -w
```
This defaults to running a web server on `http://localhost:1313`.
If you are running on an external host, try
```sh
hugo server -D -w --bind 0.0.0.0 -b http://<hostname>
```

## Updating Tools

Expand Down

0 comments on commit 4140729

Please sign in to comment.