diff --git a/README.md b/README.md index 875a356..870e9d9 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Download the executable binary for your operating system from the [releases page - cdxgen binary plugins ```bash -curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.9.0/cpggen-linux-amd64 +curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.9.1/cpggen-linux-amd64 chmod +x cpggen-linux-amd64 ./cpggen-linux-amd64 --help ``` @@ -57,7 +57,7 @@ chmod +x cpggen-linux-amd64 On Windows, ```powershell -curl -LO https://github.com/appthreat/cpggen/releases/download/v0.9.0/cpggen.exe +curl -LO https://github.com/appthreat/cpggen/releases/download/v0.9.1/cpggen.exe .\cpggen.exe --help ```