Skip to content

Commit

Permalink
Merge branch 'master' into v3-sdk-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Goodman-Wilson committed Jul 15, 2016
2 parents e375beb + 10fb8b7 commit 09ba54d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# hubot-slack

***NOTICE* as of version 4.x, you can find the Hubot Slack adapter on npm under `@slack/hubot`**

This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://slack.com).

[![Travis branch](https://img.shields.io/travis/slackhq/hubot-slack/master.svg?maxAge=2592000)]()
[![Coveralls](https://img.shields.io/coveralls/slackhq/hubot-slack.svg?maxAge=2592000)]()
[![npm (scoped)](https://img.shields.io/npm/v/@slack/hubot.svg?maxAge=2592000)]()
[![npm (scoped)](https://img.shields.io/npm/v/hubot-slack.svg?maxAge=2592000)]()

## Getting Started

Expand All @@ -15,8 +13,7 @@ This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://
- `npm install -g hubot coffee-script yo generator-hubot`
- `mkdir -p /path/to/hubot`
- `cd /path/to/hubot`
- `yo hubot`
- `npm install @slack/hubot --save`
- `yo hubot` and enter 'slack' (no quotes) when [prompted for the adapter, or set everything with the option flags](https://hubot.github.com/docs/)
- Initialize git and make your initial commit
- Check out the [hubot docs](https://github.com/github/hubot/tree/master/docs) for further guidance on how to build your bot

Expand Down

0 comments on commit 09ba54d

Please sign in to comment.