From d4e7ec55d513fbac34714286c82fa49a23294f21 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Mon, 27 Jan 2025 10:20:06 -0800 Subject: [PATCH] docs: update version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3aec7..fc85dc4 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ the [releases page](https://github.com/kitproj/kit/releases/latest). The recommended way to install is to download the binary and put it in your `PATH`: ```bash -sudo curl --fail --location --output /usr/local/bin/kit https://github.com/kitproj/kit/releases/download/vvvv0.1.78/kit_vv0.1.76_linux_386 +sudo curl --fail --location --output /usr/local/bin/kit https://github.com/kitproj/kit/releases/download/vvvvv0.1.79/kit_vv0.1.76_linux_386 sudo chmod +x /usr/local/bin/kit ``` For Go users, you can install it with: ```bash -go install github.com/kitproj/kit@vvvv0.1.78 +go install github.com/kitproj/kit@vvvvv0.1.79 ``` ## Usage