Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct macOS GUI connect guide because there's no ALT key on a mac #2306

Merged
merged 2 commits into from
Dec 17, 2024
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