From be2e21ad3783d5c002800e04b6a5a023c2683938 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Fri, 13 May 2022 15:54:51 +0200 Subject: [PATCH] Add very brief instructions for running tokidoki --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 144e637..ad640db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # tokidoki Tokidoki is a (WIP) carddav and caldav server. + +## Building + +* `cd cmd/tokidoki && go build` + +## Running + +Using the IMAP authentication backend and the filesystem storage backend: + +* `./tokidoki -auth.url imaps://imap.example.com:993 -storage.url file:///path/to/storage -debug`