andreasgrill / auto-selfcontrol

Small utility to schedule start and stop times of SelfControl
MIT License
305 stars 37 forks source link

Small Typo in README.md #36

Open milkdromeda opened 5 years ago

milkdromeda commented 5 years ago

In the following line in the readme file:

Execute /usr/bin/python setup.py install to install the packages required to run Auto-SeltControl.

There is a small typo on "Auto-SelfControl".

Additionally, for new command line users like me, it may not be obvious that you have to add sudo to that line of command to make it run (It took me a while to figure it out). Thus, the line should be:

Execute sudo /usr/bin/python setup.py install to install the packages required to run Auto-SelfControl.

Thank you!