From 6e6deae1e6373831052baad2f28531e0f699be09 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 27 Jul 2021 09:37:27 +0200 Subject: [PATCH] Update README.md Added usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e124504..41a36c7 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ Following settings are made: - Configure `vm.swappiness` interactively - Install checkmk Agent with optional encryption and registration - Added Support for Proxmox VE 7.0 + +# Usage + +Just download and execute the script, all settings are made interactively. +``` +wget https://github.com/bashclub/proxmox-zfs-postinstall/raw/main/proxmox-zfs-postinstall.sh +bash ./proxmox-zfs-postinstall.sh +```