add install instructions

This commit is contained in:
Travis Shears 2025-10-06 10:08:27 +02:00
parent ea2233cb2b
commit df6679edf5
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
debug.log
/bin

View file

@ -4,6 +4,15 @@ Quick tool to write gemtext posts for my gemlog.
=> gemini://travisshears.com/gemlog
## Install
Build and link. Remember to setup config file as well.
```shell
$ go build -o bin/gemlog
$ ln -s /Users/xxxxxxxx/_projects/gemlog-cli/bin/gemlog-cli ~/bin/gemlog
```
## Config setup
This app relys on a config file at `~/.config/gemlog-cli/config.yml`