From 561e26c4df45e8565047c6c63df34941d5c47fde Mon Sep 17 00:00:00 2001 From: h4llow3En Date: Fri, 13 Nov 2015 14:40:49 +0100 Subject: [PATCH] fixing install in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)