From ea2233cb2b0231ab7f43c324c5caf360a62f37bb Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 6 Oct 2025 09:52:23 +0200 Subject: [PATCH] add config setup instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 060133d..b029ccb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ Quick tool to write gemtext posts for my gemlog. => gemini://travisshears.com/gemlog +## Config setup + +This app relys on a config file at `~/.config/gemlog-cli/config.yml` + +With the following format: + +```yaml +couchdb: + host: http://myhost + port: 1234 + user: gemlog-cli + password: xxxxxxxxxxxxxxxxxxxxxxxxxxx +``` + ## Dev To run command locally: