Skip to content

Commit

Permalink
Add further information in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Feb 12, 2024
1 parent 8419b81 commit f5c68d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ A tool to fetch and calculate reliable asset prices.

see: [Gofer CLI Readme](cmd/gofer/README.md)

### To build

[Goreleaser][gr-1] is required. Once installed, users can run a command such
as:

```sh
make gofer-snapshot
```

Release builds can be made using:

```sh
make gofer-release
```

Releases are currently managed by the GitHub [release][gh-1] action in this
repository.

[gr-1]: https://goreleaser.com/install/
[gh-1]: .github/workflows/release.yml

## License

[The GNU Affero General Public License][affero-1]
Expand Down

0 comments on commit f5c68d5

Please sign in to comment.