From 4b73aafdeb10d10bc47421d39ea48cbaf2679bd9 Mon Sep 17 00:00:00 2001 From: Gary Hansen Date: Wed, 21 Jun 2017 01:21:24 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ebdc41..ca4406c 100644 --- a/README.md +++ b/README.md @@ -8,27 +8,28 @@ Useful inside scripts to report back to an administrator. * Shell script that uses curl to send a message to slack * Very simple -* [Hansen IT Solutions](https://hansenit.solutions) +* By [Hansen IT Solutions](https://hansenit.solutions) ### How do I get set up? ### * Summary of set up - Install curl to your system - Copy the slackecho script to your binary path + * Install curl to your system. + * Copy the slackecho script to your binary path * Configuration - Update the SLACKURL with your own (todo: create a config file and a way to setup the file on first run) - Update the 'defaults' within the script + * Update the SLACKURL with your own (todo: create a config file and a way to setup the file on first run) + * Update the 'defaults' within the script * Dependencies - curl + * curl * How to run tests - N/A + * N/A ### Contribution guidelines ### -#TODO# +###TODO### * Writing tests * Code review * Other guidelines +* Configuration moved to a seperate file ### Who do I talk to? ###