From 4140729d1e601da2a87b23bae3725e9ecc81c893 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Sun, 31 Jul 2022 20:55:01 +0200 Subject: [PATCH] Minor reformatting --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bf857f6..52169926 100644 --- a/README.md +++ b/README.md @@ -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://` +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:// + ``` ## Updating Tools