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