From 1efa5d55258bd6275f969344135eff1bff98b325 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Mon, 30 Jan 2023 13:18:39 -0800 Subject: [PATCH] cmd/web: fix installation instructions `go get` is for updating go.mod, `go install` builds and installs the package. Signed-off-by: Mihai Parparita --- cmd/web/tmpl/help.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/tmpl/help.tmpl b/cmd/web/tmpl/help.tmpl index 4935e29..371c642 100644 --- a/cmd/web/tmpl/help.tmpl +++ b/cmd/web/tmpl/help.tmpl @@ -15,7 +15,7 @@

You can pipe commands or paste files to the pastebin using the command tclip. You can install it by installing the Go compiler toolkit and then running this command:

-
go get github.com/tailscale-dev/tclip/cmd/tclip@main
+
go install github.com/tailscale-dev/tclip/cmd/tclip@main

Once it is installed, invoke it with the command tclip: