Updated readme.md to help with first time install

This commit is contained in:
Stephen McQuaid 2015-04-13 11:22:09 -07:00
parent 6c837ccfc5
commit f7c3dbb41b

View file

@ -4,6 +4,9 @@ DMX-512 controller library for node.js - also includes a Webinterface and HTTP A
## Install
# ftdi module requires ftd2xx headers provided by libftdxx1
# install info here: https://github.com/KABA-CCEAC/node-ftdi#prerequisites
# install script here: https://github.com/KABA-CCEAC/node-ftdi/blob/master/install.sh
npm install -g dmx
## Webinterface
@ -26,7 +29,7 @@ A example configuration is in the repository by the name <code>dmx-web-example.c
### Run
dmx-web [-c <config file>]
dmx-web [-c <full-path to config file>]
### Animation HTTP API