From 6ccddd868d06badbc972b259d65390d6363ca40f Mon Sep 17 00:00:00 2001 From: Florian Eitel Date: Sun, 15 Sep 2019 23:15:37 +0200 Subject: [PATCH] Mention changes to config.go for client id and client secret --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c13938..6a72c1e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ go get github.com/nougad/velux-cli # will fail with: package github.com/nougad/velux-cli/client: cannot find package "github.com/nougad/velux-cli/client" in any of: # go then into `src/github.com/nougad/velux-cli` to generate the swagger client $ cd src/github.com/nougad/velux-cli +# make changes to the `config.go` file and add velux client id and client secret # and run make $ make ```