Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add install instructions
  • Loading branch information
cloudkucooland authored Mar 15, 2024
1 parent f3591bd commit 53d3e20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ It uses UDP rather than TCP where possible for better performance.
## Includes a small cli tool
This is still a work-in-progress, but works for most operations.

## CLI install
Make sure you have Go version 1.18 or newer installed on your system. See [The Go install instructions](https://go.dev/doc/install) for details.

In your shell (terminal on macOS, PowerShell on Windows, lots of options on Linux and UNIX systems...)
``go install github.com/cloudkucooland/go-kasa/cmd/kasa@latest``

This will place the ``kasa`` binary in ``~/go/bin/kasa``
Make sure ``~/go/bin`` is in your shell's path and

## If you need to control your Kasa devices from Apple HomeKit, I have built a bridge which works well.
[https://github.com/cloudkucooland/HomeKitBrigdges/](https://github.com/cloudkucooland/HomeKitBridges)

Expand Down

0 comments on commit 53d3e20

Please sign in to comment.