Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
To clarify for #71
  • Loading branch information
technicalpickles committed Feb 24, 2013
1 parent f58f6e7 commit cb2dfce
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ of all the available scripts.

## Installing

Once you have Hubot installed, you can drop new scripts from this repository
right into your generated Hubot installation. Just put them in `scripts`, add
the new scripts to the `hubot-scripts.json` file.
Once you have Hubot installed, you should already have `hubot-scripts` installed.
Check `package.json` to be sure. If that is the case, you update `hubot-scripts.json`
to list any scripts from this repository you want to load. The default
`hubot-scripts.json` looks like:

["redis-brain.coffee", "tweet.coffee", "shipit.coffee"]

If you update `hubot-scripts` in `package.json`, you will automatically get updates to your scripts listed here.

Alternatively, you can copy files from this repository into your `scripts` directory.
Note that you would not get updates from the `hubot-scripts` repository unless you
copy them yourself.

Any third-party dependencies for scripts need the addition of your `package.json`
otherwise a lot of errors will be thrown during the start up of your hubot. You
Expand Down

0 comments on commit cb2dfce

Please sign in to comment.