Skip to content

Commit

Permalink
Provide link to botkit-express tutorial in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsuh committed Sep 22, 2016
1 parent 9e42bcd commit 6638c46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -84,7 +84,9 @@ build/

<a name="getting-started">
# Getting Started
First, fork the repository and install node dependencies by navigating to the root of your local repository and running `npm install`.
If you are looking for a barebones foundation to build a Slack bot app with Botkit and Express, check out this excellent [tutorial](https://github.com/mvaragnat/botkit-express-demo).

To get started with Toki, first fork the repository and install node dependencies by navigating to the root of your local repository and running `npm install`.

**By default, Toki comes with configuration for a development bot and a production bot** so that you can continue developing your bot and test new functionalities while it is live and on others' teams. This means you will have to create two separate Slack apps and do basic configuration for each. Here are the steps:

Expand Down

0 comments on commit 6638c46

Please sign in to comment.