Browse Source

Merge pull request #342 from mattsterr/patch-1

Neaten up code example
Alec Nikolas Reiter 7 years ago
parent
commit
88b03f1091
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/installation.rst

+ 3 - 1
docs/installation.rst

@@ -144,10 +144,12 @@ you want to run FlaskBB in production:
 By default it will try to save the configuration file with the name flaskbb.cfg in FlaskBB’s root folder.
 By default it will try to save the configuration file with the name flaskbb.cfg in FlaskBB’s root folder.
 
 
 Finally to get going – fire up FlaskBB!
 Finally to get going – fire up FlaskBB!
+::
 
 
     flaskbb --config flaskbb.cfg run
     flaskbb --config flaskbb.cfg run
+    
     [+] Using config from: /path/to/flaskbb/flaskbb.cfg
     [+] Using config from: /path/to/flaskbb/flaskbb.cfg
-     * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
+    * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 
 
 Development
 Development
 ~~~~~~~~~~~
 ~~~~~~~~~~~