From a64a92b4f9c0374bf81f3c2caf925547ba604aff Mon Sep 17 00:00:00 2001 From: terribleplan Date: Fri, 12 Sep 2014 15:33:46 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c48b0d8..053c4d0 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,20 @@ slack-roll-command ================== This command allows people to roll dice for slack. -Usage: `/roll 2d6` \ No newline at end of file +Usage: `/roll 2d6` + +installing +---------- +The simplest way to start running this server is to use [slack-command-server](https://github.com/terribly-lazy/slack-command-server). + +Simply clone that repo and configure it as follows: + +```json +{ + "plugins": { + "slack-roll-command": {} + }, + "port": 80 +} +``` +then point your slash command for slack at wherever that server lives.