Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstuartcraig committed Mar 9, 2015
1 parent 18cb14c commit 5778256
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,17 @@ Note: You can avoid installing these by running `npm install ah-passport-plugin
The simplest installation method is via `npm` as per below:

```shell
# Install actionhero (skip this if you have already got it installed)
npm install ah-passport-plugin
```

alternatively, you could use a `git clone` to create a new instance of actionhero with this plugin installed, as per below:

```shell
cd /destination/path
git clone https://github.com/neilstuartcraig/ah-passport-plugin.git
npm install
```

##Usage
To use `ah-passport-plugin` you will need to install it (as per above or via your `package.json` file, in the `dependencies` object) into your actionhero project. You'll also need to install (ideally via your `package.json` file, in `dependencies`) the strategies you want to use - this plugin cannot easily do that for you (yet).

Expand Down

0 comments on commit 5778256

Please sign in to comment.