Rican7 / define

A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add @latest

jabbalaci opened this issue · comments

update the README:

$ go install github.com/Rican7/define
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/Rican7/define@latest' to install the latest version

$ go install github.com/Rican7/define@latest
go: downloading github.com/Rican7/define v0.3.0
go: downloading github.com/ogier/pflag v0.0.0-20160129220114-45c278ab3607
go: downloading github.com/fatih/structs v1.1.0
go: downloading golang.org/x/text v0.7.0
go: downloading github.com/imdario/mergo v0.3.13
go: downloading github.com/mitchellh/go-homedir v1.1.0

Ooo, right! Thanks for this! I'll do that!