diff --git a/README.md b/README.md index ea5306f..a697dea 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ $ cp config/database.coffee.sample database.coffee ##Usage +``` +$ ./node_modules/coffee-script/bin/coffee dbmonitor.coffee +``` + +or with global coffee-script install: + ``` $ coffee dbmonitor.coffee ``` diff --git a/package.json b/package.json index ad24cbe..bfc071c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dependencies": { "mysql-native": "0.4.x", "socket.io": "0.9.x", - "moment": "1.7.x" + "moment": "1.7.x", + "coffee-script": "1.3.x" } } \ No newline at end of file