1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-12 19:10:21 +03:00

update readme.md

This commit is contained in:
JulioCesarMatias 2024-06-30 19:47:48 -03:00
parent 25f7962087
commit 05dde1206c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ inav-configurator.iml
*.swp *.swp
*.bak *.bak
eeprom.bin eeprom.bin
yarn.lock

View file

@ -82,7 +82,7 @@ sudo mv inav-configurator.desktop /usr/share/applications/
For local development, the **node.js** build system is used. For local development, the **node.js** build system is used.
1. Install node.js 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: 1. To build the and start the configurator:
- Run `npm start`. - Run `npm start`.