From efafb3e9452ba4c2c03d34528216c5254320e2da Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 09 2018 21:12:39 +0000 Subject: Fix the readme file Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.md b/README.md index 2264c01..cbfc1f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ Running the pelican development server is useful when writing new articles. The steps to get it running are: -1. Install pelican: `sudo dnf install pelican GitPython` +1. Install pelican:: + + 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` and your local copy of the Docs Fedora will be at http://localhost:8000/