Skip to content

Commit

Permalink
Update the oauth helper link in the readme
Browse files Browse the repository at this point in the history
The previous link was to a repository that no longer exists.
  • Loading branch information
not-an-aardvark committed May 31, 2016
1 parent a916af9 commit 2fd974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
1. Copy config/local.example.js to config/local.js
1. Create a reddit app on [https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps)
1. Copy the id and secret to config/local.js
1. Use something like https://github.com/xoru/easy-oauth to get a refresh token for a moderator on the subs
1. Use something like [this](https://github.com/not-an-aardvark/reddit-oauth-helper) to get a refresh token for a moderator on the subs
1. Start your MongoDB
1. Start sails with `npm start`
1. Open `http://localhost:1337` in your browser

0 comments on commit 2fd974a

Please sign in to comment.