From 722d687afed02560181a83b11bf7410ad2928e84 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Wed, 11 Mar 2026 08:07:17 +0100 Subject: [PATCH] docs: add standalone download instructions --- README.md | 9 +++++++++ site/index.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 97699e7..55acfba 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ It's meant to be a static site generator, like _[kew](https://github.com/uint23/ If you want to **force** a file to be inlined, use `\!![]` instead of `\![]` +## Installation + +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 +chmod +x kewt +``` + ## Usage ```sh diff --git a/site/index.md b/site/index.md index 4494917..0622175 100644 --- a/site/index.md +++ b/site/index.md @@ -19,6 +19,15 @@ It's meant to be a static site generator, like _[kew](https://github.com/uint23/ If you want to **force** a file to be inlined, use `\!![]` instead of `\![]` +## Installation + +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 +chmod +x kewt +``` + ## Usage ```sh