diff --git a/README.md b/README.md index de6c59d1..ff258c5a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ $ cd $GOPATH/src/github.com/xalanq/cf-tool $ go build -ldflags "-s -w" cf.go ``` +Or you can install it +```plain +$ go install github.com/xalanq/cf-tool@latest +``` + If you don't know what's the `$GOPATH`, please see here . ## Usage