From 95679abd854462455fc5108023387bcce5711635 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Tue, 17 Mar 2026 13:54:13 +0100 Subject: [PATCH] docs: update bianry download url --- README.md | 2 +- site/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a63593b..7007aab 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you want to **force** a file to be inlined, use `\!![]` instead of `\![]` You can clone the repository to use `kewt.sh` directly, or you can download the standalone executable, which bundles all dependencies into a single file: ```sh -curl -L -o kewt https://git.krzak.org/N0VA/kewt/releases/latest/download/kewt +curl -L -o kewt https://git.krzak.org/N0VA/kewt/releases/download/latest/kewt chmod +x kewt ``` diff --git a/site/index.md b/site/index.md index b01832d..b614ef7 100644 --- a/site/index.md +++ b/site/index.md @@ -26,7 +26,7 @@ If you want to **force** a file to be inlined, use `\!![]` instead of `\![]` You can clone the repository to use `kewt.sh` directly, or you can download the standalone executable, which bundles all dependencies into a single file: ```sh -curl -L -o kewt https://git.krzak.org/N0VA/kewt/releases/latest/download/kewt +curl -L -o kewt https://git.krzak.org/N0VA/kewt/releases/download/latest/kewt chmod +x kewt ```