From e6d57eb89bc7c7b98d58ba036f6b9528fe8b3e0b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 18 Jun 2024 21:14:15 -0400 Subject: [PATCH] README: add missing code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf59db1..f6dd4e5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To work locally with this project, you'll have to follow the steps below: * [source][] 1. Clone the submodules: `git submodule init && git submodule update` 1. Generate the website: `ikiwiki --setup ikiwiki.setup` -1. Start http-server: ./test-server.sh +1. Start http-server: `./test-server.sh` Read more at ikiwiki's [documentation][].