Merge pull request #1274 from nvuillam/patch-1

Update installation.md to add instructions to install a previous version
This commit is contained in:
David Wertenteil
2023-10-15 12:02:30 +03:00
committed by GitHub

View File

@@ -6,6 +6,12 @@
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash
```
To install a previous version, you can specify it in the command line.
```bash
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash -s -- -v v2.3.6
```
### X86_64 Windows
You must have PowerShell v5.0 or higher:
```powershell