From aa318398d9451bd179f7742baf52247167513364 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Fri, 20 Dec 2024 09:51:40 +0100 Subject: [PATCH] update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da2cb1..b832ee3 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,14 @@ Email based task management. Use your ordinary IMAP mailbox as a todo app from your terminal, webmail or a generic email app. -Documentation found in the `/doc` folder can also be read online at [https://go-mod.ewintr.nl/gte](https://code.ewintr.nl/gte) +See the `/doc` folder for more information: + +- [Introduction](doc/getting-things-email.adoc) +- [Basic flow](doc/basic-flow.adoc) +- [CLI tool](doc/cli.adoc) +- [Daemon](doc/daemon.adoc) +- [Mail format](doc/mail-format.adoc) +- [Mobile app](doc/mobile.adoc) + +