Skip to content

Commit 4683f05

Browse files
authored
Use HTTPS for shell script URL (#482)
1 parent 81c80cf commit 4683f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editors/terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to auto
1717
Run this command in your terminal to install the Hack Club terminal-wakatime plugin:
1818

1919
```bash
20-
curl -fsSL http://hack.club/terminal-wakatime.sh | sh
20+
curl -fsSL https://hack.club/terminal-wakatime.sh | sh
2121
```
2222

2323
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.

0 commit comments

Comments
 (0)