Skip to content

Commit

Permalink
Add installation help
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Jun 17, 2021
1 parent e44d49d commit 8874c44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ This package contains code & general language from [grafana-tools/sdk](https://g

## CLI

Install with:

```text
go get -u github.com/MacroPower/grafana-image-renderer-sdk-go/cmd/grafana-image-renderer-cli
```

The CLI contains two subcommands, `image` for single renders, and `sequence` for consecutive renders.

```text
grafana-image-renderer-cli image --help
$ grafana-image-renderer-cli image --help
Usage of image:
-api-key-or-basic-auth string
Expand All @@ -44,7 +50,7 @@ Usage of image:
```

```text
grafana-image-renderer-cli sequence --help
$ grafana-image-renderer-cli sequence --help
Usage of sequence:
-api-key-or-basic-auth string
Expand Down

0 comments on commit 8874c44

Please sign in to comment.