Skip to content

Commit

Permalink
Add instructions for installing the express3 version of everyauth. (C…
Browse files Browse the repository at this point in the history
…loses bnoguchiGH-274)
  • Loading branch information
bnoguchi committed Aug 8, 2012
1 parent 61ccea8 commit e04500d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,15 @@ So far, `everyauth` enables you to login via:


## Installation

If you are using Connect 1.x or Express 2.x, install via:

$ npm install everyauth

If you are using Express 3.x, install via:

$ npm install git://github.com/bnoguchi/everyauth.git#express3

## Quick Start
Using everyauth comes down to just 2 simple steps if using Connect
or 3 simple steps if using Express:
Expand Down

0 comments on commit e04500d

Please sign in to comment.