diff --git a/README.md b/README.md index 9f88fc7..e50c693 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ Bash scripts in general are not designed to be bullet proof, so consider this Bo Whenever you are processing input from outside your bot you should disable globbing (set -f) and carefully quote everthing. -To improve you scripts we recommend to lint them with [shellcheck](https://www.shellcheck.net/). This can be done online or you can install ```shellchek``` from your distributions package manager. bashbot itself is also linted by shellcheck. +To improve you scripts we recommend to lint them with [shellcheck](https://www.shellcheck.net/). This can be done online or you can [install shellcheck locally](https://github.com/koalaman/shellcheck#installing). bashbot itself is also linted by shellcheck. ### Run your Bot as a restricted user Every file your bot can write is in danger to be overwritten/deleted, In case of bad handling of user input every file your Bot can read is in danger of being disclosed. @@ -447,4 +447,4 @@ No - its not less (in)secure as any other Bot written in any other language. But If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v0.6-dev-0-g352c64f +#### $$VERSION$$ v0.6-dev-1-gf463a1f