From bb0108095b68c16562e8d45ea3b3430fe1983962 Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 3 Jan 2023 14:39:04 +0100 Subject: [PATCH] Updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb65efe05f..da3c7d3564 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