Fix directory path in README after cloning

This commit is contained in:
Fábio Matias
2025-12-30 11:46:33 +00:00
committed by GitHub
parent be68160cd9
commit ee14b89868

View File

@@ -100,7 +100,7 @@ apt install -y nodejs
```bash ```bash
# Clone the repository # Clone the repository
git clone https://github.com/community-scripts/ProxmoxVE-Local.git /opt/PVESciptslocal git clone https://github.com/community-scripts/ProxmoxVE-Local.git /opt/PVESciptslocal
cd PVESciptslocal cd /opt/PVESciptslocal
# Install dependencies and build # Install dependencies and build
npm install npm install