Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/connect/apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tailscale login --login-server <YOUR_HEADSCALE_URL>

#### GUI

- ALT + Click the Tailscale icon in the menu and hover over the Debug menu
- Option + Click the Tailscale icon in the menu and hover over the Debug menu
- Under `Custom Login Server`, select `Add Account...`
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `Add Account`
- Follow the login procedure in the browser
Expand Down
2 changes: 1 addition & 1 deletion hscontrol/templates/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Apple(url string) *elem.Element {
elem.Li(
nil,
elem.Text(
"ALT + Click the Tailscale icon in the menu and hover over the Debug menu",
"Option + Click the Tailscale icon in the menu and hover over the Debug menu",
),
),
elem.Li(nil,
Expand Down
Loading