Skip to content

Commit

Permalink
Merge pull request #2799 from bast/radovan/env
Browse files Browse the repository at this point in the history
set FLASK_APP via env for portability across shells
  • Loading branch information
davidism committed May 24, 2018
2 parents 54869a0 + 4ce4434 commit d22491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A Simple Example
.. code-block:: text
$ FLASK_APP=hello.py flask run
$ env FLASK_APP=hello.py flask run
* Serving Flask app "hello"
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Expand Down

0 comments on commit d22491a

Please sign in to comment.