From 934d6172cfe51f0bde7b14a4da13b533a3d14392 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sat, 1 Nov 2025 16:21:10 -0500 Subject: [PATCH] Update installation instructions to use git clone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace wget command with git clone for better version control and easier updates. The previous wget URL was also malformed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfcb4d8..40e2432 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ Interactive bash script that automatically installs and configures Proxmox Backu ## Installation -### Download the script +### Clone the repository ```bash -wget https://github.com/zaphod-black/PBSClientInstaller/pbs-client-installer.sh] +git clone https://github.com/zaphod-black/PBSClientInstaller +cd PBSClientInstaller chmod +x pbs-client-installer.sh ```