Skip to content

Commit

Permalink
added brew services, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elnoro committed Jul 8, 2022
1 parent 840484c commit 1c01266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ brews:
folder: Formula
homepage: "https://github.com/elnoro/foxyshot"
description: "A lightweight tool to upload MacOS screenshots to an S3-compatible provider"
service: |
run: foxyshot run
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ cd foxyshot && make install

1. Change the default MacOS screenshot location to a designated folder, e. g. `~/Desktop/Screenshots`
2. Run `foxyshot configure` (it creates a config file in ~/.config/foxyshot/config.json; see the format [here](https://github.com/elnoro/foxyshot/blob/master/config/testdata/full.json)). For S3 credentials, refer to your S3 provider.
3. Launch the program:
3. Use brew services to start the program at launch. Alternatively, run
```
$ foxyshot start
```
Expand Down

0 comments on commit 1c01266

Please sign in to comment.