Skip to content

Commit

Permalink
Merge branch 'master' of github.com:howdyai/botkit
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCosman committed Jan 8, 2016
2 parents d26169c + 09f5f39 commit 4bb8134
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,20 @@ If you want to use the example code and included bots, it may be preferable to u
git clone git@github.com:howdyai/botkit.git
```

After cloning the Git repository, you have to install the node dependencies. Navigate to the root of your cloned repository and use npm to install all necessary dependencies.
```bash
npm install
```

Use the `--production` flag to skip the installation of devDependencies from Botkit. Useful if you just wish to run the example bot.
```bash
npm install --production
```


## Getting Started

1) Install Botkit
1) Install Botkit. See [Installation](#installation) instructions.

2) First make a bot integration inside of your Slack channel. Go here:

Expand Down

0 comments on commit 4bb8134

Please sign in to comment.