mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-09-16 06:56:01 +02:00
Added install hints to pass install requirements
This commit is contained in:
8
Makefile
8
Makefile
@@ -2,3 +2,11 @@
|
||||
|
||||
test:
|
||||
python -m unittest discover -s tests/unit -p "test_*.py"
|
||||
|
||||
install:
|
||||
@echo ">> Installation instructions:"
|
||||
@echo " This software can be installed with pkgmgr under the alias 'baudolo':"
|
||||
@echo " pkgmgr install baudolo"
|
||||
@echo ""
|
||||
@echo " 📦 pkgmgr project page:"
|
||||
@echo " https://github.com/kevinveenbirkenbach/package-manager"
|
Reference in New Issue
Block a user