Skip to content

Commit 7d937c6

Browse files
Correct macOS GUI connect guide because there's no ALT key on a mac (#2306)
* Correct macOS GUI connect guide because there's no ALT key on a mac * also correct macOS GUI connect in hscontrol text
1 parent ccc895b commit 7d937c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage/connect/apple.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tailscale login --login-server <YOUR_HEADSCALE_URL>
4343

4444
#### GUI
4545

46-
- ALT + Click the Tailscale icon in the menu and hover over the Debug menu
46+
- Option + Click the Tailscale icon in the menu and hover over the Debug menu
4747
- Under `Custom Login Server`, select `Add Account...`
4848
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `Add Account`
4949
- Follow the login procedure in the browser

hscontrol/templates/apple.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func Apple(url string) *elem.Element {
9393
elem.Li(
9494
nil,
9595
elem.Text(
96-
"ALT + Click the Tailscale icon in the menu and hover over the Debug menu",
96+
"Option + Click the Tailscale icon in the menu and hover over the Debug menu",
9797
),
9898
),
9999
elem.Li(nil,

0 commit comments

Comments
 (0)