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