Skip to content

Commit

Permalink
chore: change service file name
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 11, 2024
1 parent 3fd4b8d commit 80f72ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ is [wakapi-helm-chart](https://github.com/andreymaznyak/wakapi-helm-chart) for q
$ go install github.com/kcoderhtml/hackatime@latest

# Get default config and customize
$ curl -o Hackatim.yml https://raw.githubusercontent.com/kcoderhtml/hackatime/master/config.default.yml
$ curl -o hackatim.yml https://raw.githubusercontent.com/kcoderhtml/hackatime/master/config.default.yml
$ vi Hackatim.yml

# Run it
$ ./wakapi -config Hackatim.yml
$ ./wakapi -config hackatim.yml
```

**Note:** Check the comments in `config.yml` for best practices regarding security configuration and more.

💡 When running Hackatim standalone (without Docker), it is recommended to run it as
a [SystemD service](etc/Hackatim.service).
a [SystemD service](etc/hackatime.service).

### 💻 Client setup

Expand Down
File renamed without changes.

0 comments on commit 80f72ed

Please sign in to comment.