diff --git a/README.md b/README.md index a5b16d7..cc402d9 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Task manager that stores in sqlite. Should be possible to work from console, sea ## Instalation -IDK, but nk412/pyfzf should be installed (and work) +sudo pip install --upgrade git+git://github.com/m42e/pyfzf.git diff --git a/ztm.py b/ztm.py old mode 100644 new mode 100755 index 60b1901..c645fdd --- a/ztm.py +++ b/ztm.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import argparse import sys