README: add missing code block

This commit is contained in:
Antoine Martin 2024-06-18 21:14:15 -04:00
parent a9fef01ee0
commit e6d57eb89b
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -28,7 +28,7 @@ To work locally with this project, you'll have to follow the steps below:
* [source][] * [source][]
1. Clone the submodules: `git submodule init && git submodule update` 1. Clone the submodules: `git submodule init && git submodule update`
1. Generate the website: `ikiwiki --setup ikiwiki.setup` 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][]. Read more at ikiwiki's [documentation][].