diff --git a/README.md b/README.md index cb65efe05..da3c7d356 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ Lilium frontend ## Install the dependencies ```bash -yarn -# or npm install ``` +### Install quasar cli + +```bash +sudo npm install -g @quasar/cli +``` + ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash