From 333f74dba0a543868e8cfb4731b9e79bbcd396da Mon Sep 17 00:00:00 2001 From: Pedro De Castro <1519428+snaow@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:44:56 +0100 Subject: [PATCH] fix(docs): Docker compose files download (#5977) --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```