Merge pull request #3 from hpannenb/patch-1

Update README.md
This commit is contained in:
Thorsten Spille 2022-02-01 19:36:30 +01:00 committed by GitHub
commit eac2c1c4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ This script checks yout ZFS replication an generates reports in different flavou
```
wget -O /usr/local/bin/checkzfs https://raw.githubusercontent.com/bashclub/check-zfs-replication/main/checkzfs.py
chmod +x usr/local/bin/checkzfs
chmod +x /usr/local/bin/checkzfs
checkzfs --help
```