Browse Source

Neaten up code example

Code instructions were appearing as a quote
mattsterr 7 years ago
parent
commit
baf1a121b4
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
 ~~~~~~~~~~~
 ~~~~~~~~~~~