aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:05:09 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:05:09 +0530
commitb114398fa86f42286917f45fafcffe89fe52ad12 (patch)
treebdf5c4f363122cad5ac04ddfa31f7a4e4aeb0100
parent026d2c42c62f0fad51e835c8b6ef9747020f19df (diff)
downloadhypr-wellbeing-b114398fa86f42286917f45fafcffe89fe52ad12.zip
hypr-wellbeing-b114398fa86f42286917f45fafcffe89fe52ad12.tar.gz
chore: README update
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31ef736..ed486e5 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,15 @@
paru -S hypr-wellbeing-bin
```
+### Windows
+
+Make sure [Scoop](https://scoop.sh/) is installed.
+
+```sh
+scoop bucket add demon-apps https://github.com/DemonKingSwarn/flix-cli-bucket.git
+scoop install hypr-wellbeing
+```
+
### Github Releases
You can download it from [Releases](https://github.com/DemonKingSwarn/hypr-wellbeing/releases)
@@ -18,10 +27,18 @@ You can download it from [Releases](https://github.com/DemonKingSwarn/hypr-wellb
### Monitor Mode
+**Linux**:
+
```sh
hypr-wellbeing -d &> /dev/null &
```
+**Windows**:
+
+```sh
+hypr-wellbeing.exe -d > $null 2>&1
+```
+
### Show Stats
```sh