Skip to content

Commit

Permalink
go install instead of go get (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO authored Nov 12, 2021
1 parent 7569d2f commit d96bd15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@ $ brew tap ktr0731/evans
$ brew install evans
```

### **[Not-recommended]** go get
Go v1.13 (with mod-aware mode) or later is required.
`go get` installation is not supported officially.
### **[Not-recommended]** go install

Go v1.16 or later is required.

``` sh
$ go get github.com/ktr0731/evans
$ go install github.com/ktr0731/evans@latest
```

## Usage (REPL)
Expand Down

0 comments on commit d96bd15

Please sign in to comment.