diff --git a/README.md b/README.md index a3dc4c5..91c9662 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # check-zfs-replication This script checks yout ZFS replication an generates reports in different flavours or can act as checkmk agent plugin. + +``` +wget -O /usr/local/bin/checkzfs https://raw.githubusercontent.com/bashclub/check-zfs-replication/main/checkzfs.py +chmod +x usr/local/bin/checkzfs +checkzfs --help +```