Document go get fails because swagger client is not built

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

View File

@ -5,6 +5,11 @@ Go Client for Velux Active KIX 300
```
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
# and run make
$ make
```
## Auth