From 05dde1206c10ee36cb4766103b62d741ed87d78d Mon Sep 17 00:00:00 2001 From: JulioCesarMatias Date: Sun, 30 Jun 2024 19:47:48 -0300 Subject: [PATCH] update readme.md --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9d1ef22..875f3c01 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ inav-configurator.iml *.swp *.bak eeprom.bin +yarn.lock \ No newline at end of file diff --git a/README.md b/README.md index dc378b66..b6844294 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ sudo mv inav-configurator.desktop /usr/share/applications/ For local development, the **node.js** build system is used. 1. Install node.js -1. From the project folder run `npm install` +1. From the project folder run `yarn install` and then `npm install` 1. To build the and start the configurator: - Run `npm start`.