Skip to content

Commit

Permalink
docs: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jan 27, 2025
1 parent 1187776 commit d4e7ec5
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
Expand Up @@ -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
Expand Down

0 comments on commit d4e7ec5

Please sign in to comment.