Skip to content

Commit

Permalink
docs(Readme): small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fishme committed Dec 21, 2023
1 parent 07e8ec6 commit 3b8d9bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ Node version >= 18.0.0
### Developing Nodes
Link your project into your local Node-Red instance.
```shell
cd /path-to-node-red/.node-red
npm install ./path-to-this-project
```
Build & Test in Watch mode:
```shell
Expand Down

0 comments on commit 3b8d9bb

Please sign in to comment.