From 52d09ef6ec233a7a90748717d6b7a3e28f62c2da Mon Sep 17 00:00:00 2001 From: Yasuharu Ozaki Date: Wed, 22 Dec 2021 23:11:04 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f4dd5..d4f6fa4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Unofficial [SwitchBot](https://www.switch-bot.com/) client for Go. ## Commandline ``` -$ go get github.com/yasuoza/switchbot-ble-go/v2/pkg/switchbot +$ go install github.com/yasuoza/switchbot-ble-go/v2/cmd/switchbot@latest ``` ```