Switch README to markdown, add quick installation instructions
This commit is contained in:
parent
c6ce9efe81
commit
f7688a5c96
2 changed files with 10 additions and 3 deletions
3
README
3
README
|
@ -1,3 +0,0 @@
|
||||||
ctt - time tracking for geeks
|
|
||||||
|
|
||||||
Type "make" to generate the manpage.
|
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -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/).
|
Loading…
Reference in a new issue