This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 5ca8c0b Updated local dev instructions to include missing step (#6428)
5ca8c0b is described below
commit 5ca8c0ba3c676218bd656edb4d3e9a099e6b19ee
Author: Craig Rueda <[email protected]>
AuthorDate: Mon Nov 26 11:16:58 2018 -0800
Updated local dev instructions to include missing step (#6428)
---
CONTRIBUTING.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1001f78..0386248 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
```