From c186ea33ea594b217ba9dec0ccf854e227cb734b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Fri, 12 Jan 2024 09:53:49 -0800 Subject: [PATCH] docs: Update installing-superset-from-scratch.mdx (#26468) --- docs/docs/installation/installing-superset-from-scratch.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index 3ba9d34fc..e5a4b8166 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -146,12 +146,6 @@ superset load_examples # Create default roles and permissions superset init -# Build javascript assets -cd superset-frontend -npm ci -npm run build -cd .. - # To start a development web server on port 8088, use -p to bind to another port superset run -p 8088 --with-threads --reload --debugger ```