diff --git a/docs/installation.rst b/docs/installation.rst index c9b027ab4c..e04bd68747 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -444,8 +444,8 @@ your environment.:: # assuming $SUPERSET_HOME as the root of the repo cd $SUPERSET_HOME/superset/assets - npm install - npm run build + yarn + yarn run build cd $SUPERSET_HOME python setup.py install