Update README/TODO
This commit is contained in:
parent
1eea7f2fbf
commit
716919754a
2 changed files with 7 additions and 7 deletions
|
@ -6,12 +6,19 @@ Every morning, get the content of your favorite task list by email
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### With go
|
||||||
|
|
||||||
Make sure you have Go installed, then type:
|
Make sure you have Go installed, then type:
|
||||||
|
|
||||||
go install github.com/glenux/trello2mail-go/...
|
go install github.com/glenux/trello2mail-go/...
|
||||||
|
|
||||||
It will install Trello2Mail binary in `$GOPATH/bin`
|
It will install Trello2Mail binary in `$GOPATH/bin`
|
||||||
|
|
||||||
|
### With docker
|
||||||
|
|
||||||
|
Make sure you have Docker installed, then type:
|
||||||
|
|
||||||
|
docker build -t trello2mail -f docker/Dockerfile .
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
7
TODO.md
7
TODO.md
|
@ -1,7 +0,0 @@
|
||||||
# TODO
|
|
||||||
|
|
||||||
* Import tasks from other kanbans (ex: github)
|
|
||||||
* Collect tasks from all trello boards
|
|
||||||
* Auto-discover trello boards + fill configuration
|
|
||||||
* Add web user interface
|
|
||||||
|
|
Loading…
Reference in a new issue