Skip to content

Commit

Permalink
Correct macOS GUI connect guide because there's no ALT key on a mac (j…
Browse files Browse the repository at this point in the history
…uanfont#2306)

* Correct macOS GUI connect guide because there's no ALT key on a mac
* also correct macOS GUI connect in hscontrol text
  • Loading branch information
showier-drastic authored Dec 17, 2024
1 parent ccc895b commit 7d937c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7d937c6

Please sign in to comment.