diff --git a/README.md b/README.md index 3635135..e5200b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # tdo -[![Build Status](https://travis-ci.org/tdolist/tdo.svg)](https://travis-ci.org/Feliix42/tdo) - +[![Build Status](https://travis-ci.org/tdolist/tdo.svg)](https://travis-ci.org/Feliix42/tdo) A todo list tool for the terminal, written in Python @@ -12,6 +11,10 @@ A todo list tool for the terminal, written in Python $ cd tdo $ ./setup.py install +If you don't have pip installed you have to install it via sudo + +> sudo ./setup.py install + ## Uninstall Change into the directory (or clone a new copy)