Updated Tailscaled on macOS (markdown)

Brad Fitzpatrick 2021-02-18 13:47:27 -08:00
parent 26a8d1be8f
commit b5e25b06da
1 changed files with 2 additions and 0 deletions

@ -23,6 +23,8 @@ With Go 1.16, it's as easy as:
$ 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.
### Run the `tailscaled` (daemon)
```