Skip to content

Commit

Permalink
docs: Fix typo in wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Sep 23, 2021
1 parent cfbb876 commit 6813f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,8 +32,8 @@ If you are not using systemd on your system, please use the equivalent service f

```bash
mkdir -p ~/.config/systemd/user/
wget -O ~/.config/systemd/user/ https://github.com/technically-functional/heartbeat-unix/raw/master/heartbeat-client.service
wget -O ~/.config/systemd/user/ https://github.com/technically-functional/heartbeat-unix/raw/master/heartbeat-client.timer
wget -O ~/.config/systemd/user/heartbeat-client.service https://github.com/technically-functional/heartbeat-unix/raw/master/heartbeat-client.service
wget -O ~/.config/systemd/user/heartbeat-client.timer https://github.com/technically-functional/heartbeat-unix/raw/master/heartbeat-client.timer
# Enable the service and timer for the current user
systemctl --user enable --now heartbeat-client.timer
```
Expand Down

0 comments on commit 6813f2b

Please sign in to comment.