Skip to content

Commit e04500d

Browse files
committed
Add instructions for installing the express3 version of everyauth. (Closes GH-274)
1 parent 61ccea8 commit e04500d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,15 @@ So far, `everyauth` enables you to login via:
8585

8686

8787
## Installation
88+
89+
If you are using Connect 1.x or Express 2.x, install via:
90+
8891
$ npm install everyauth
8992

93+
If you are using Express 3.x, install via:
94+
95+
$ npm install git://github.com/bnoguchi/everyauth.git#express3
96+
9097
## Quick Start
9198
Using everyauth comes down to just 2 simple steps if using Connect
9299
or 3 simple steps if using Express:

0 commit comments

Comments
 (0)