diff --git a/README.md b/README.md index d15330e..782dc11 100644 --- a/README.md +++ b/README.md @@ -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