Skip to content

Commit

Permalink
docs: removes download links from readme, should use GitHub releases …
Browse files Browse the repository at this point in the history
…page instead.
  • Loading branch information
atombender committed Oct 3, 2022
1 parent 8dc2804 commit 1e85f41
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,6 @@ $ brew install atombender/ktail/ktail

Precompiled binaries for Windows, macOS, Linux (x64 and ARM) are available on the [GitHub release page](https://github.com/atombender/ktail/releases).

### Linux

```shell
$ curl -L https://github.com/atombender/ktail/releases/download/v0.7.0/ktail-linux-amd64 -o ktail
$ chmod +x ktail
$ sudo mv ./ktail /usr/local/bin/ktail
```

### macOS

```shell
$ curl -L https://github.com/atombender/ktail/releases/download/v0.7.0/ktail-darwin-amd64 -o ktail
$ chmod +x ktail
$ sudo mv ./ktail /usr/local/bin/ktail
```

### Windows

Download from [GitHub](https://github.com/atombender/ktail/releases/download/v0.7.0/ktail-windows-amd64.exe) and add the binary to your `PATH`.

## From source

This requires Go >= 1.10, as we use Go modules.
Expand Down

0 comments on commit 1e85f41

Please sign in to comment.