Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Mar 9, 2015
1 parent ca6c029 commit c38a510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All parameters from this file override default config parameters.
## Development

To develop Jabber command, you need to create Clojure file in the script `:folder`.
When `:watchdog` parameter is defined, then FS watchdog will check changes and reload scripts in runtime echo *N* milliseconds.
When `:watchdog` parameter is defined, then FS watchdog will check changes and reload scripts in runtime each *N* milliseconds.
It could be useful in development mode, but you can switch if off in production mode (using `:watchdog` equals 0).

It is necessary to follow several rules during Jabber command development:
Expand Down Expand Up @@ -92,7 +92,7 @@ lein do clean, uberjar
To grab a JAR from [latest release](https://github.com/vbauer/jabberjay/releases/latest):

```bash
curl -L -O https://github.com/vbauer/jabberjay/releases/download/0.1.1/jabberjay.jar
curl -L -O https://github.com/vbauer/jabberjay/releases/download/0.2.0/jabberjay.jar
```

To run the bot, simply do:
Expand Down

0 comments on commit c38a510

Please sign in to comment.