diff --git a/README.md b/README.md index 81f719f..6582cfa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +# Boring Backup + +Bash powered backup tool. + # Testing -Baf uses amazing test suite: https://bats-core.readthedocs.io/ +BB uses amazing test suite: https://bats-core.readthedocs.io/ Install Bats: @@ -16,6 +20,12 @@ Run tests: make tests +# Linting + +Run shellcheck: + + make lint + # Building Build docs (manpage and HTML):