From 3cb2f31699fbb344d3ca1ccca9fe00e6dc1e204f Mon Sep 17 00:00:00 2001 From: NojuHD Date: Tue, 4 Feb 2025 18:36:48 +0100 Subject: [PATCH] Update README.md 1. changing git clone to https so no auth is needed. 2. removing doubled "token" in pvesm template. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4b85f4..9c3489e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ To manually install the plugin, follow these steps: ```bash # Clone repository -git clone git@github.com:kolesa-team/pve-purestorage.git +git clone https://github.com/kolesa-team/pve-purestorage-plugin.git # Navigate to the Plugin Directory cd pve-purestorage # Create the custom plugin directory if it does not already exist @@ -102,7 +102,7 @@ After installing the plugin, you need to configure Proxmox VE to use it. Since P pvesm add purestorage \ --nodes \ --address https:// \ - --token token \ + --token \ --vgname \ --hgsuffix --content images