cmd/web: fix installation instructions

`go get` is for updating go.mod, `go install` builds and installs the
package.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
Mihai Parparita 2023-01-30 13:18:39 -08:00
parent 0b351b4be6
commit 1efa5d5525

View file

@ -15,7 +15,7 @@
<p>You can pipe commands or paste files to the pastebin using the command <code>tclip</code>. You can install it by installing the <a href="https://go.dev">Go</a> compiler toolkit and then running this command:</p>
<pre><code>go get github.com/tailscale-dev/tclip/cmd/tclip@main</code></pre>
<pre><code>go install github.com/tailscale-dev/tclip/cmd/tclip@main</code></pre>
<p>Once it is installed, invoke it with the command <code>tclip</code>:</p>