From ec04231a63c2fac617f12ad0335552b449ec77b7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 10 2018 00:57:22 +0000 Subject: Fix the styling in the README Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.md b/README.md index 3d1d6c0..4bef7b3 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ Running the pelican development server is useful when writing new articles. The get it running are: 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`