aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed486e5..09b9fc3 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,16 @@ hypr-wellbeing -d &> /dev/null &
hypr-wellbeing.exe -d > $null 2>&1
```
+**NOTE**: For windows you have to explicitly mention that its running on windows by adding in the config file:
+
+```json
+{
+ "os": "Windows"
+}
+```
+
+Config file is located in `C:/Users/your username/hypr-wellbeing/config.json`
+
### Show Stats
```sh