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