Add very brief instructions for running tokidoki
This commit is contained in:
parent
53b2c88311
commit
be2e21ad37
10
README.md
10
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`
|
||||
|
Loading…
Reference in New Issue
Block a user