From f7c3dbb41b6430df544ea6111d4d5ac4dc1ceda2 Mon Sep 17 00:00:00 2001 From: Stephen McQuaid Date: Mon, 13 Apr 2015 11:22:09 -0700 Subject: [PATCH] Updated readme.md to help with first time install --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e88d506..69ed66d 100644 --- a/readme.md +++ b/readme.md @@ -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 dmx-web-example.c ### Run - dmx-web [-c ] + dmx-web [-c ] ### Animation HTTP API