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
This commit is contained in:
Shaw Drastin 2024-12-17 20:11:27 +08:00 committed by GitHub
parent ccc895b4c6
commit 7d937c6bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ tailscale login --login-server <YOUR_HEADSCALE_URL>
#### GUI #### 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...` - Under `Custom Login Server`, select `Add Account...`
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `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 - Follow the login procedure in the browser

View File

@ -93,7 +93,7 @@ func Apple(url string) *elem.Element {
elem.Li( elem.Li(
nil, nil,
elem.Text( 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, elem.Li(nil,