Updated Tailscaled on macOS (markdown)
parent
6c7dd610f9
commit
75c7c15aaf
|
@ -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.
|
Loading…
Reference in New Issue