Add note abot installing a release version
parent
b1f0781a77
commit
202580d8de
|
@ -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)
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue