From 816c24e121a6fdd9cbf52d28dff556249b867fd9 Mon Sep 17 00:00:00 2001 From: Florian Eitel Date: Sun, 15 Sep 2019 23:09:25 +0200 Subject: [PATCH] Document `go get` fails because swagger client is not built --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 773e9ad..7c13938 100644 --- a/README.md +++ b/README.md @@ -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