feat: Update README

This commit is contained in:
ge 2022-06-30 11:35:31 +03:00
parent aaa7a5c2d3
commit 8c8a6504e7

View File

@ -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):