docs: update bianry download url
All checks were successful
Lint / shellcheck (push) Successful in 17s

This commit is contained in:
2026-03-17 13:54:13 +01:00
parent 8b1e793510
commit 95679abd85
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```