Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotfarmer committed Aug 14, 2024
1 parent 26a0a79 commit bb4a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd remindme
make
sudo cp remindme /usr/local/bin # CLI client
sudo cp remindd /usr/local/bin # reminder daemon
sudo cp systemd/remindd.service /usr/lib/systemd/system/ # move the daemon service file to the systemd directory
sudo cp remindd.service /usr/lib/systemd/system/ # move the daemon service file to the systemd directory
```

Then, enable and start the `remindd` service:
Expand Down

0 comments on commit bb4a837

Please sign in to comment.