{statusMessage}
Heartbeat detected {heartbeatTimeAgo}.
Continue to Step 2 →{sharedSubtitle}
Using GitHub Codespaces?
Look for the Terminal tab at the bottom of your window. If you don't see it, press Ctrl+`.
Open your terminal
Search for "Terminal" in Spotlight (Mac) or your applications menu.
Run the install command
curl -fsSL https://hack.club/setup/install.sh | bash -s -- {current_user_api_key}
{sharedSubtitle}
Open PowerShell
Press Win+R, type powershell, and press Enter.
Run the install command
Right-click in PowerShell to paste the command.
& ([scriptblock]::Create((irm https://hack.club/setup/install.ps1))) -ApiKey {current_user_api_key}
{sharedSubtitle}
Create or edit ~/.wakatime.cfg with the following content:
[settings]
api_url = {api_url}
api_key = {current_user_api_key}
heartbeat_rate_limit_seconds = 30