add install instructions
This commit is contained in:
parent
ea2233cb2b
commit
df6679edf5
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
debug.log
|
||||
/bin
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue