Skip to content

Commit

Permalink
Readme: Update to the fact that we use Go modules now.
Browse files Browse the repository at this point in the history
  • Loading branch information
atombender committed Jun 13, 2019
1 parent f887bf2 commit 4c68d7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ Download from [GitHub](https://github.com/atombender/ktail/releases/download/v0.

## From source

This requires [Glide](https://glide.sh/) and Go >= 1.7.
This requires Go >= 1.10, as we use Go modules.

```shell
$ mkdir -p $GOPATH/src/github.com/atombender
$ cd $GOPATH/src/github.com/atombender
$ git clone https://github.com/atombender/ktail
$ cd ktail
$ glide install --strip-vendor
$ go install .
```

# Usage
Expand Down

0 comments on commit 4c68d7d

Please sign in to comment.