diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,10 +4,16 @@ ## Usage -### Monitor Mode +> [!NOTE] +> make sure you ran this command before running the program ```sh mkdir -p $HOME/.cache/hyprwatch/daily_data +``` + +### Monitor Mode + +```sh hyprwatch -d &> /dev/null & ``` |
