Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KudosAbhay authored Oct 26, 2017
1 parent d3ea187 commit 62fb599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An IFTTT-Webhook for receiving emails automatically if your Disk Usage exceeds 9


# To keep this running automatically in background:
1. Type ``` chmod a+x Disk-Usage-Notifier.py``` by going to the repo folder. This will make it executable.
1. Type ``` chmod +x Disk-Usage-Notifier.py``` by going to the repo folder. This will make it executable.
2. Type ``` crontab -e ``` to open crontab editor.
3. To Run this program every minute use ``` */1 * * * * /usr/bin/python3 /folder/location/Disk-Usage-Notifier.py ``` in crontab
4. Done!
Expand Down

0 comments on commit 62fb599

Please sign in to comment.