From 8874c440f43106d097232cc771c35689df539a80 Mon Sep 17 00:00:00 2001 From: Jacob Colvin Date: Thu, 17 Jun 2021 16:04:53 -0400 Subject: [PATCH] Add installation help --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d855452..2ee2810 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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