Commit 51c6bf4a1a651cce3353b955d62d4f8e551e09a3

Authored by Antoine Goutenoir
1 parent b41cd7ad
Exists in master

docs: cookie crumbles

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 - 3 +# Run this and then visit http://localhost:5000
4 4
5 source venv/bin/activate 5 source venv/bin/activate
6 export FLASK_APP=flaskr 6 export FLASK_APP=flaskr
7 export FLASK_ENV=development 7 export FLASK_ENV=development
8 export FLASK_RUN_EXTRA_FILES="content.yml" 8 export FLASK_RUN_EXTRA_FILES="content.yml"
9 9
10 -flask run  
11 \ No newline at end of file 10 \ No newline at end of file
  11 +flask run