Installation #
Currently, Docli requires Go version 1.13 or greater. You can install Docli with a single command using go get
, the Go package manager. Type this into your terminal:
$ go get -u github.com/celicoo/docli/[email protected]
Don’t have Go installed? Learn how to install Go here.