aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d23679..62ef9b8 100644
--- a/README.md
+++ b/README.md
@@ -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 &
```