From 3183e7324808455f84b87821016489270754e90b Mon Sep 17 00:00:00 2001 From: tbookless Date: Sun, 9 Apr 2017 22:37:20 -0700 Subject: [PATCH] Added some library links Just added some links for the libraries. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 823734e..abd949b 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ responsibility. ## Installation You will need the following applications and libraries installed to use this: - * nodejs - * xml2js (npm) - * q (npm) - * node.extend (npm) - * blessed (npm) + * [nodejs](https://nodejs.org) + * [xml2js (npm)](https://www.npmjs.com/package/xml2js) + * [q (npm)](npm install node-q) + * [node.extend (npm)](https://www.npmjs.com/package/node.extend) + * [blessed (npm)](https://www.npmjs.com/package/bless) + + If the npm installer throws errors, you might have to review [this issue](https://github.com/npm/npm/issues/10434). Ideally, you should be able to simply clone this project, enter it's directory, and run the following command: