This commit is contained in:
Simon Vieille 2014-12-26 04:53:32 +01:00
parent a9a5502d73
commit 626c7477bf

View file

@ -1,2 +1,16 @@
redmine-client
==============
Redmine client is a GUI to manage the time spent on projects tasks by not using the web redmine interface.
## Requirements
* [node-webkit](https://github.com/rogerwang/node-webkit)
## Installation
```
$ git clone https://github.com/simmstein/redmine-client.git
$ cd redmine-client
$ node-webkit .
```