diff --git a/README.md b/README.md index 502add9ecf..68805d1f64 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ Prowler App can be installed in different ways, depending on your environment: **Commands** ``` console -curl -Lo https://github.com/prowler-cloud/prowler/blob/master/docker-compose.yml -curl -Lo https://github.com/prowler-cloud/prowler/blob/master/.env +curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml +curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env docker compose up -d ``` diff --git a/docs/index.md b/docs/index.md index b17846ec26..6b594d647d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,8 +40,8 @@ Prowler App can be installed in different ways, depending on your environment: _Commands_: ``` bash - curl -Lo https://github.com/prowler-cloud/prowler/blob/master/docker-compose.yml \ - curl -Lo https://github.com/prowler-cloud/prowler/blob/master/.env \ + curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml + curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env docker compose up -d ```