Skip to content

Commit

Permalink
docs(readme): Added boilerplate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timkinnane committed Aug 23, 2018
1 parent a9ba6c9 commit 1f74688
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bbot
An adaptable adaptable engine for conversational UI
An adaptable engine for conversational UI
---

### `#master`
Expand Down Expand Up @@ -33,6 +33,9 @@ Visit [bbot.chat](http://bbot.chat/) for docs on [installing and running](http:/
🤓
Dig into the generated [API docs](https://amazebot.github.io/bbot/) for full details of every module and method.

💻
Use our starter code, bundled with a setup script and basic examples. Grab the [bBot Boilerplate](https://github.com/Amazebot/bbot-boilerplate).

## Getting Support

🚀
Expand Down Expand Up @@ -126,4 +129,4 @@ Run bBot with Rocket.Chat (from bBot path):
| Create .env | `touch .env` |
| Edit .env | `open .env` |
| Configure |<code>ROCKETCHAT_USER="mybot"<br>ROCKETCHAT_PASSWORD="mybotpassword"<br>LISTEN_ON_ALL_PUBLIC=true<br>RESPOND_TO_DM=true<br>RESPOND_TO_EDITED=true</code>|
| Run from source | `yarn local -m rocketchat` |
| Run from source | `yarn local -m rocketchat` |

0 comments on commit 1f74688

Please sign in to comment.