Updated local dev instructions to include missing step (#6428)

This commit is contained in:
Craig Rueda 2018-11-26 11:16:58 -08:00 committed by Maxime Beauchemin
parent 3c6e882d28
commit 5ca8c0ba3c
1 changed files with 2 additions and 1 deletions

View File

@ -222,7 +222,8 @@ superset init
# Load some data to play with
superset load_examples
# Start the Flask dev web server (but see below for frontend asset compilation)
# Start the Flask dev web server from inside the `superset` dir (but see below for frontend asset compilation)
cd superset
flask run -p 8080 --with-threads --reload --debugger
```