Mention changes to config.go for client id and client secret

This commit is contained in:
Florian Eitel 2019-09-15 23:15:37 +02:00
parent 816c24e121
commit 6ccddd868d
Signed by: flo
GPG Key ID: 9987EAFEF6F686BB

View File

@ -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: # 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 # go then into `src/github.com/nougad/velux-cli` to generate the swagger client
$ cd src/github.com/nougad/velux-cli $ 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 # and run make
$ make $ make
``` ```