Skip to content

Commit

Permalink
Merge pull request #2129 from JulioCesarMatias/readmeUpdate
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
sensei-hacker authored Jul 10, 2024
2 parents 03e5006 + 1d49706 commit 66489d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ inav-configurator.iml
*.swp
*.bak
eeprom.bin
yarn.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 66489d2

Please sign in to comment.