Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Dec 24, 2014
1 parent bf7dc4a commit a574154
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@ hubot: All done! Standup was 5 minutes and 24 seconds.

This hubot script depends on `roles.coffee` script. You're recommended to use `redis-brain.coffee` to persist the team information.

In your `package.json`, add the following line to the dependencies:
In your project directory, run the following:

```
"hubot-standup": "git://github.com/miyagawa/hubot-standup.git"
```bash
npm install hubot-standup --save
```

Then run `npm install` and add `hubot-standup` to `external-scripts.json`. E.g.:
Then add `hubot-standup` to `external-scripts.json`, e.g.

```
["hubot-standup"]
```

### Yammer

By symlinking to `standup-yammer.coffee` in addition, the bot will post the standup archive to Yammer. You need to set a valid Yammer OAuth2 token to `HUBOT_STANDUP_YAMMER_TOKEN` environment variable.
The bot can also post the standup archive to Yammer. You need to set a valid Yammer OAuth2 token to `HUBOT_STANDUP_YAMMER_TOKEN` environment variable.

Here's how to get a valid Yammer OAuth2 token with the standard OAuth2 authorization flow.
Here's how to get a valid Yammer OAuth2 token with the standard OAuth2 authorization flow.

See [Yammer documentation](https://developer.yammer.com/api/oauth2.html) for more details.

Expand All @@ -104,6 +104,3 @@ Now set the token to `HUBOT_STANDUP_YAMMER_TOKEN` and Hubot will ask which group
## License

MIT License



0 comments on commit a574154

Please sign in to comment.