Add prefix for all commands in documentation (#2877)
* Add prefix for commands in docs * Add prefix for commands in example's README
This commit is contained in:
parent
7be1089904
commit
95008cf43d
19 changed files with 112 additions and 112 deletions
|
|
@ -85,7 +85,7 @@ should see your hello world greeting.
|
|||
you can make the server publicly available simply by adding
|
||||
``--host=0.0.0.0`` to the command line::
|
||||
|
||||
flask run --host=0.0.0.0
|
||||
$ flask run --host=0.0.0.0
|
||||
|
||||
This tells your operating system to listen on all public IPs.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue