Updated Tailscaled on macOS (markdown)

Brad Fitzpatrick 2021-09-09 15:41:17 -07:00
parent 6c7dd610f9
commit 75c7c15aaf
1 changed files with 2 additions and 7 deletions

@ -12,13 +12,11 @@ This page is about how to do (3), use `tailscaled` and `tailscale`.
## Install Go
Install Go 1.15+ (Intel Macs) or Go 1.16+ (M1/Apple Silicon ARM macs), from https://golang.org/dl/ or Homebrew, etc.
We recommend Go 1.16.
Install Go 1.17+ from https://golang.org/dl/ or Homebrew, etc.
## Compile Tailscale
With Go 1.16, it's as easy as:
Run:
```
$ go install tailscale.com/cmd/tailscale{,d}@main
```
@ -64,6 +62,3 @@ Compared to the GUI version of Tailscale, running `tailscaled` instead has the f
* `tailscaled` can run at system boot before any user has logged in (e.g. letting you VNC to your computer after a power outage)
* is fully open source (Tailscale GUI parts aren't open source on non-free operating systems)
## Comparison to Linux `tailscaled`
* `tailscaled` on Linux [can be a subnet router](https://tailscale.com/kb/1019/subnets) ("relay node"); `tailscaled` on macOS can not. https://github.com/tailscale/tailscale/issues/911 tracks adding such support.