Skip to content

Commit

Permalink
chore: fix package and repo refs
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <marko.kungla@gmail.com>
mkungla committed Feb 17, 2022
1 parent bad11bd commit 4b56f26
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -76,9 +76,9 @@ before:
nfpms:
-
id: koios-cli-nfpms
package_name: koios-rest
package_name: koios-cli
file_name_template: "{{ .ConventionalFileName }}"
homepage: https://github.com/howijd/koios-rest-go-client
homepage: https://github.com/cardano-community/koios-cli
maintainer: "The Cardano Community Authors <cardano-community@users.noreply.github.com>"
description: Koios CLI
vendor: Cardano Community
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -216,17 +216,17 @@ koios-cli --enable-req-stats --host testnet.koios.rest tip

## Install

It's highly recommended installing a latest version of koios-rest available on the [releases page](https://github.com/cardano-community/koios-cli/releases/latest).
It's highly recommended installing a latest version of `koios-cli` available on the [releases page](https://github.com/cardano-community/koios-cli/releases/latest).

## Install from Source

```shell
go install github.com/cardano-community/koios-cli@latest
```

verify installation
**verify installation**

`koios-rest --version`
`koios-cli --version`


## Contributing
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ tasks:

build-snapshot:
desc: |
Build snapshot binaries to ./cmd/koios-rest/dist.
Build snapshot binaries to ./dist directory.
cmds:
- goreleaser release --snapshot --rm-dist

0 comments on commit 4b56f26

Please sign in to comment.