From 8328fbe6cc5c7b995b0d9c0b1483eff167b0617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20B=C4=85k?= Date: Mon, 29 May 2023 14:24:14 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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