diff --git a/README.md b/README.md index 0708693..cc7deb8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,19 @@ Every morning, get the content of your favorite task list by email ## Installation +### With go + Make sure you have Go installed, then type: go install github.com/glenux/trello2mail-go/... 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 diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 09240d6..0000000 --- a/TODO.md +++ /dev/null @@ -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 -