From ad20b95ee410f73b3df324034cdf6ae56d77311f Mon Sep 17 00:00:00 2001 From: viktigpetterr Date: Fri, 17 Feb 2023 15:40:21 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 000e5a6a..6c2f00fc 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,20 @@ Check out the [releases](https://github.com/debricked/cli/releases/latest) page. Below follow some common ways to install the CLI. ### Linux ```sh -curl -L https://github.com/debricked/cli/releases/download/v0.0.12/cli_0.0.12_linux_x86_64.tar.gz | tar -xz debricked +curl -L https://github.com/debricked/cli/releases/latest/download/cli_linux_x86_64.tar.gz | tar -xz debricked ``` ```sh ./debricked ``` ### Mac ```sh -curl -L https://github.com/debricked/cli/releases/download/v0.0.12/cli_0.0.12_macOS_arm64.tar.gz | tar -xz debricked +curl -L https://github.com/debricked/cli/releases/latest/download/cli_macOS_arm64.tar.gz | tar -xz debricked ``` ```sh ./debricked ``` ### Windows -1. [Download zip](https://github.com/debricked/cli/releases/download/v0.0.12/cli_0.0.12_windows_x86_64.tar.gz) +1. [Download zip](https://github.com/debricked/cli/releases/latest/download/cli_windows_x86_64.tar.gz) 2. Unpack zip ```sh .\debricked