From e1cc746a193a49184affa6c364002ec6a4a6f822 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 10 2018 00:52:46 +0000 Subject: Fix the styling in the README Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.md b/README.md index cbfc1f5..3d1d6c0 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Running the pelican development server is useful when writing new articles. The steps to get it running are: -1. Install pelican:: +1. Install pelican: - sudo dnf install python2-pelican python2-GitPython\ - python-beautifulsoup4 rubygem-asciidoctor +```` +sudo dnf install python2-pelican python2-GitPython \ + python-beautifulsoup4 rubygem-asciidoctor +```` 2. Check out the packagin docs source (from your fork or the main repo) 3. In the main folder of the checked out repo, run `./develop_server.sh start`