Fix the styling in the README

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-04-10 02:52:46 +02:00
parent 1f68b0a202
commit e1cc746a19

View file

@ -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`