From 203c6d32613a3cde9a3f01da6f6db8fb683a7276 Mon Sep 17 00:00:00 2001 From: Kevin Kuhl Date: Mon, 15 Jun 2015 23:18:26 -0500 Subject: [PATCH] small changes to readme sudo isn't necessary unless there are permissions problems, async is required to be installed in the project's context in order for the examples to run. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f9275b..b983130 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Hopefully by the end this workshop you will understand the main functions that _ ## Installation 1. Install [Node.js](http://nodejs.org/) -2. Run `sudo npm install async-you -g` -3. Run `async-you` +2. Run `npm install async` +3. Run `npm install async-you -g` , use `sudo` if you have permissions issues. +4. Run `async-you` to start the program! ## Usage