diff --git a/README.md b/README.md index 3820bfe..b722212 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The script requires sudo permissions to move the cherrybomb bin into /usr/loc You can get Cherrybomb through its containerized version which is hosted on AWS ECR, and requires an API key that you can get on that addess(the loading is a bit slow) - [https://cicd.blstsecurity.com/](https://cicd.blstsecurity.com/) ``` -docker run --mount type=bind,source=[PATH TO OAS],destination=/home public.ecr.aws/blst-security/cherrybomb:latest cherrybomb -f /home/swagger.json --api-key=[API-KEY] +docker run --mount type=bind,source=[PATH TO OAS],destination=/home public.ecr.aws/blst-security/cherrybomb:latest cherrybomb -f /home/[OAS NAME] --api-key=[API-KEY] ``` #### Get it from crates.io