Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ Funfact: You might be thinking how can someone has 14 hrs of screen time in a si
- First, Install the following dependancy `xprintidle` and `xdotool`

```bash
$ sudo [package-manager] install xprintidle xdotool
sudo [package-manager] install xprintidle xdotool
```

- Second, Copy the Following Command and paste in terminal
- Second, Download the install script

```bash
$ bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install)
curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install -o install
```

- Then run install script
- Third, Run the install script

```bash
$ chmod +x ./install && ./install
chmod +x ./install && ./install
```

### Want to Contribute
Expand Down