#5 Fix the styling in the README
Merged 5 years ago by codeblock. Opened 5 years ago by pingou.
fedora-docs/ pingou/package-maintainer-docs code_style  into  master

file modified
+5 -3
@@ -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`

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

Pull-Request has been merged by codeblock

5 years ago
Metadata