Update README

This commit is contained in:
Nicholas O'Leary 2013-09-26 22:03:08 +01:00
parent 0360ea96f3
commit 00a766e513
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Node-RED Nodes
A collection of nodes for Node-RED.
A collection of nodes for [Node-RED](http://nodered.org).
## Installation
@ -8,11 +8,11 @@ Eventually, the nodes will be npm-installable, but we're not there yet. Until th
1. cd into the `nodes` directory of Node-RED
2. Either:
- download the zip of the repository and extract
- download the zip of the repository and extract it
- run `git clone https://github.com/node-red/node-red-nodes.git`
3. npm install any of the individual node dependencies
This is all too manually, so the sooner we npm-enable this stuff the better
This is all too manual, so the sooner we npm-enable this stuff the better
## Contributing