Add note abot installing a release version

Denton Gentry 2022-10-31 05:37:57 -07:00
parent b1f0781a77
commit 202580d8de
1 changed files with 5 additions and 0 deletions

@ -19,6 +19,11 @@ $ go install tailscale.com/cmd/tailscale{,d}@main
That'll put the binaries in `$(go env GOPATH)/bin`, so likely `$HOME/go/bin`. You can copy or symlink those binaries into your `$PATH`, or make your `$PATH` include that directory.
You can also compile from a specific release version. For example to build from the source code used for Tailscale 1.32.2, use:
```
$ go install tailscale.com/cmd/tailscale{,d}@v1.32.2
```
### Run the `tailscaled` (daemon)
```