From 8c8a6504e7a576eec82a39260ee10414b3ce61a8 Mon Sep 17 00:00:00 2001 From: ge Date: Thu, 30 Jun 2022 11:35:31 +0300 Subject: [PATCH] feat: Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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):