From ee14b89868cd9e8c41c0aaab9941d3180fec983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Matias?= Date: Tue, 30 Dec 2025 11:46:33 +0000 Subject: [PATCH] Fix directory path in README after cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5df90f..9fc478e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ apt install -y nodejs ```bash # Clone the repository git clone https://github.com/community-scripts/ProxmoxVE-Local.git /opt/PVESciptslocal -cd PVESciptslocal +cd /opt/PVESciptslocal # Install dependencies and build npm install