README.md edited online with Bitbucket

This commit is contained in:
Gary Hansen
2017-06-21 01:21:24 +00:00
parent 0a211a65c8
commit 4b73aafdeb

View File

@@ -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? ###