From 716919754a47be1790e6b4f78efc13a89d7ef7c9 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 27 Aug 2018 15:48:08 +0200 Subject: [PATCH] Update README/TODO --- README.md | 7 +++++++ TODO.md | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 TODO.md 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 -