Skip to content

Commit

Permalink
Merge pull request #10 from jaedle/bug/fix-install
Browse files Browse the repository at this point in the history
describe usage with/without go modules
  • Loading branch information
jaedle committed Jul 29, 2019
2 parents 3a7620e + 1462aff commit f7e2801
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ Yet another tp-link HS100 library for golang

## Usage

### With a project using go modules

install library `go get github.com/jaedle/golang-tplink-hs100`

### Without using go modules

install library `go get github.com/jaedle/golang-tplink-hs100/...`

### Usage example

use the following code as main and replace `YOUR_HS100_DEVICE` with the
address of your HS100-device.

Expand Down

0 comments on commit f7e2801

Please sign in to comment.