Skip to content

Commit 5632303

Browse files
committed
Merge pull request #54 from chughts/bugfixes
Added section describing how to bring in co-reqs
2 parents be2c20c + 038b3f1 commit 5632303

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ npm start
8989

9090
Then you can work on your project locally, update or create nodes, and all you have to do is to stop and start your local Node-RED.
9191

92+
## Co-requisites
93+
94+
If you need to install co-requisites nodes such as the nodes for dropbox support
95+
```
96+
cd ~/dev
97+
npm install node-red-node-dropbox
98+
```
99+
100+
92101
## Modify or Create new Watson nodes
93102

94103
If your want to modify an existing Watson nodes, just search the node in the following file under the node-red / nodes section :

0 commit comments

Comments
 (0)