From 371df710920909226a59b4766371dcfe5ec59667 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Wed, 31 Oct 2018 05:58:32 +0100 Subject: [PATCH] Move demo section to the bottom --- README.md | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 157249f..534dbc9 100644 --- a/README.md +++ b/README.md @@ -15,28 +15,6 @@ This [Hubot](https://github.com/github/hubot) adapter connects to your Mattermost server. You can invite your bot to any channel just as a regular user. It listens and perform your commands. The adapter uses [mattermost-client](https://github.com/loafoe/mattermost-client) for all low level Mattermost communication. -## Try the Hubot demo - -You can try out Hubot by joining the Mattermost community server and joining the Hubot channel: - -1. [Create an account](https://pre-release.mattermost.com/signup_user_complete/?id=f1924a8db44ff3bb41c96424cdc20676) on the Mattermost nightly builds server at https://pre-release.mattermost.com/ -2. Join the "Hubot" channel -3. Type `hubot help` for instructions - -### Sample commands - -You can try a simple command like `hubot the rules` to bring some static text stored in Hubot: - -![s](https://cloud.githubusercontent.com/assets/177788/20645776/b25da69a-b41c-11e6-81d2-a40d76947e60.png) - -Try `hubot animate me` to have Hubot reach out to Giphy and bring back a random animated image. - -![s](https://cloud.githubusercontent.com/assets/177788/20645764/88c267a8-b41c-11e6-96c9-529c3ca844f3.png) - -Try `hubot map me [NAME_OF_CITY]` to have Hubot reach out to Google Maps and bring back a map based on the name of a city you pass in as a parameter. For example, `hubot map me palo alto` brings back the below map of Palo Alto - -![s](https://cloud.githubusercontent.com/assets/177788/20645769/9d58a786-b41c-11e6-90b1-6a9e7ab19172.png) - ## Docker usage ### Standalone @@ -149,6 +127,29 @@ To upgrade your Hubot for Mattermost 4.4.x, find the `package.json` file in your ... ``` +## Try the Hubot demo + +You can try out Hubot by joining the Mattermost community server and joining the Hubot channel: + +1. [Create an account](https://pre-release.mattermost.com/signup_user_complete/?id=f1924a8db44ff3bb41c96424cdc20676) on the Mattermost nightly builds server at https://pre-release.mattermost.com/ +2. Join the "Hubot" channel +3. Type `hubot help` for instructions + +### Sample commands + +You can try a simple command like `hubot the rules` to bring some static text stored in Hubot: + +![s](https://cloud.githubusercontent.com/assets/177788/20645776/b25da69a-b41c-11e6-81d2-a40d76947e60.png) + +Try `hubot animate me` to have Hubot reach out to Giphy and bring back a random animated image. + +![s](https://cloud.githubusercontent.com/assets/177788/20645764/88c267a8-b41c-11e6-96c9-529c3ca844f3.png) + +Try `hubot map me [NAME_OF_CITY]` to have Hubot reach out to Google Maps and bring back a map based on the name of a city you pass in as a parameter. For example, `hubot map me palo alto` brings back the below map of Palo Alto + +![s](https://cloud.githubusercontent.com/assets/177788/20645769/9d58a786-b41c-11e6-90b1-6a9e7ab19172.png) + + ## License The MIT License. See `LICENSE` file.