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 1e533db  fixed typo in installation instructions (#8413)
1e533db is described below

commit 1e533db3a2d964c91a2f6a1306d367fd36867aef
Author: francishemingway <[email protected]>
AuthorDate: Mon Oct 21 00:21:40 2019 -0400

    fixed typo in installation instructions (#8413)
---
 docs/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 569277e..9360437 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -192,7 +192,7 @@ Follow these few simple steps to install Superset.::
     superset init
 
     # To start a development web server on port 8088, use -p to bind to 
another port
-    superset run -p 8080 --with-threads --reload --debugger
+    superset run -p 8088 --with-threads --reload --debugger
 
 After installation, you should be able to point your browser to the right
 hostname:port `http://localhost:8088 <http://localhost:8088>`_, login using

Reply via email to