Updated readme.md to help with first time install
This commit is contained in:
parent
6c837ccfc5
commit
f7c3dbb41b
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ DMX-512 controller library for node.js - also includes a Webinterface and HTTP A
|
||||||
|
|
||||||
## Install
|
## 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
|
npm install -g dmx
|
||||||
|
|
||||||
## Webinterface
|
## Webinterface
|
||||||
|
@ -26,7 +29,7 @@ A example configuration is in the repository by the name <code>dmx-web-example.c
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
dmx-web [-c <config file>]
|
dmx-web [-c <full-path to config file>]
|
||||||
|
|
||||||
### Animation HTTP API
|
### Animation HTTP API
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue