Skip to content

Commit

Permalink
docs: update version in README
Browse files Browse the repository at this point in the history
alexec committed Jan 31, 2025
1 parent 46194db commit 156dd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/vvvvvv0.1.80/kit_vv0.1.76_linux_386
sudo curl --fail --location --output /usr/local/bin/kit https://github.com/kitproj/kit/releases/download/vvvvvvv0.1.81/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@vvvvvv0.1.80
go install github.com/kitproj/kit@vvvvvvv0.1.81
```

## Usage

0 comments on commit 156dd71

Please sign in to comment.