mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
Changed interpreter shell for downloaded script from sh to bash (#507)
This commit is contained in:
parent
f31768b315
commit
33b2ceaf1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 https://hack.club/terminal-wakatime.sh | sh
|
||||
curl -fsSL https://hack.club/terminal-wakatime.sh | bash
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue