Skip to content

Commit 8b9c6e4

Browse files
committedFeb 5, 2011
Add requirements for example in README.md
1 parent d56b5c7 commit 8b9c6e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ Add example.com to your hosts file:
1313

1414
echo "127.0.0.1 example.com" >> /etc/hosts
1515

16+
For correct operation of the examples requires oauth and connect installation, so install it via npm:
17+
18+
npm install oauth connect
19+
1620
Launch in console from repo root:
1721
node examples/server.js&
1822
node examples/consumer.js&
1923

2024
Browse to example.com:3000 and follow instructions
2125

2226

23-

0 commit comments

Comments
 (0)
Please sign in to comment.