Skip to content

Commit

Permalink
Include code snippets, in addition to trying to describe command line…
Browse files Browse the repository at this point in the history
… args with words
  • Loading branch information
technicalpickles committed Apr 21, 2013
1 parent 59c0037 commit 351ea21
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/adapters/campfire.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ Next, you will need to create a user on your Campfire account for your Hubot, th
give it access so it can join to your rooms. You will need to create a room if you haven't
already.

Hubot defaults to using its [shell](shell.md), so to use Campfire instead, you can run hubot with `-a campfire`. If you are deploying to Heroku or using foreman, you need to make
sure the hubot is called with `-a campfire` in the `Procfile`.
Hubot defaults to using its [shell](shell.md), so to use Campfire instead, you can run hubot with `-a campfire`:

% bin/hubot -a campfire

If you are deploying to Heroku or using foreman, you need to make
sure the hubot is called with `-a campfire` in the `Procfile`:

web: bin/hubot -a campfire -n Hubot

## Configuring

Expand Down

0 comments on commit 351ea21

Please sign in to comment.