Skip to content

Commit

Permalink
small changes to readme
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alph486 committed Jun 16, 2015
1 parent 8860c67 commit 203c6d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 203c6d3

Please sign in to comment.