Use HTTPS for shell script URL (#482)

This commit is contained in:
twonfi
2025-08-18 14:51:01 -07:00
committed by GitHub
parent 81c80cf0dd
commit 4683f05505

View File

@@ -17,7 +17,7 @@ Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to auto
Run this command in your terminal to install the Hack Club terminal-wakatime plugin:
```bash
curl -fsSL http://hack.club/terminal-wakatime.sh | sh
curl -fsSL https://hack.club/terminal-wakatime.sh | sh
```
This installs `terminal-wakatime` and automatically configures it for bash, zsh, or fish shells. The plugin will use your Hackatime configuration from the setup script.