From b26f3edbfa67e6d51f01e7dcdf415a1289ddd5f2 Mon Sep 17 00:00:00 2001 From: Mohan Krishna Gandhi S Date: Mon, 20 Jan 2025 20:28:31 +0530 Subject: [PATCH] 1.38.6 version - command alteration --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9ea229..a649fe7 100644 --- a/README.md +++ b/README.md @@ -67,17 +67,17 @@ Data is the ultimate motivator for hackers. Hackers are constantly looking for w ### Mac ```sh -curl https://raw.githubusercontent.com/CloudDefenseAI/cd/release-1.38.6/latest/cd-latest-mac-x64.tar.gz > /tmp/cd-latest-mac-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-mac-x64.tar.gz && chmod +x /usr/local/bin/cdefense +curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/release-1.38.6/cd-latest-mac-x64.tar.gz > /tmp/cd-latest-mac-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-mac-x64.tar.gz && chmod +x /usr/local/bin/cdefense ``` ### Windows ```sh -https://github.com/CloudDefenseAI/cd/raw/release-1.38.6/latest/cd-latest-windows.exe.tar.gz +https://github.com/CloudDefenseAI/cd/raw/master/release-1.38.6/cd-latest-windows.exe.tar.gz ``` ### Linux ```sh -sudo curl https://raw.githubusercontent.com/CloudDefenseAI/cd/release-1.38.6/latest/cd-latest-linux-x64.tar.gz > /tmp/cd-latest-linux-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-linux-x64.tar.gz && chmod +x /usr/local/bin/cdefense +sudo curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/release-1.38.6/cd-latest-linux-x64.tar.gz > /tmp/cd-latest-linux-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-linux-x64.tar.gz && chmod +x /usr/local/bin/cdefense ``` ## Integrations