diff --git a/docs/installation.rst b/docs/installation.rst index f990279f0..82189ed07 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -92,8 +92,8 @@ Follow these few simple steps to install Superset.:: # Create default roles and permissions superset init - # Start the web server on port 8088 - superset runserver -p 8088 + # Start the web server on port 8088, use -p to bind to another port + superset runserver # To start a development web server, use the -d switch # superset runserver -d