add config setup instructions

This commit is contained in:
Travis Shears 2025-10-06 09:52:23 +02:00
parent 00226ebfdd
commit ea2233cb2b

View file

@ -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: