aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Waishnav <waishnavdeore@gmail.com>2022-07-08 23:22:47 +0530
committerLibravatar Waishnav <waishnavdeore@gmail.com>2022-07-08 23:22:47 +0530
commitac79bbea7b113613bf160512064b8e2478181db9 (patch)
tree337580453f5ae18452482cbeddc35aca6851b783
parent7133173a8c33c8120af6006380aecf7846e6e0bd (diff)
downloadshopno-os-log-sync-ac79bbea7b113613bf160512064b8e2478181db9.tar.gz
shopno-os-log-sync-ac79bbea7b113613bf160512064b8e2478181db9.zip
updating installation guide in README.md
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1c3959f..414d7b4 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,22 @@ Day Summary | Week Summary
Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet... Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time
## Installation
-* Note: Install [```xdotool```](https://github.com/jordansissel/xdotool) on your system ( its the only dependancy )
-* First, Clone this repository and cd into it-
+* Note: Install [```xprintidle```](https://github.com/g0hl1n/xprintidle) on your system ( its the only dependancy )
+* First, Install the following dependancy
+```xprintidle```
+```EWMH python module```
+```bash
+$ sudo [package-manager] install xprintidle
+$ pip install ewmh
+```
+* Second, Clone this repository and cd into it-
```bash
$ git clone https://github.com/Waishnav/Watcher
$ cd ./Watcher/
```
* Then run install script
```bash
-$ ./install
+$ chmod +x ./install && ./install
```
## To-do