diff --git a/README b/README deleted file mode 100644 index f478c51..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -ctt - time tracking for geeks - -Type "make" to generate the manpage. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a240c2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CTT - Time tracking for geeks + +CTT has been developed at [ungleich](http://ungleich.ch/) as a simple time +tracking tool. The man page can be generated with `make`. + +## Installation + +A `setup.py` file is provided in this repository, as well as a RPM definition +in `dist/rpm`. A convenience RPM repository is available on [Fedora +COPR](https://copr.fedorainfracloud.org/coprs/fnux/ctt/).