Skip to content

Commit

Permalink
Corrected to proper versionindependent install
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram authored and zankich committed Jul 10, 2015
1 parent b54782c commit bef46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/leap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First install the [Leap Motion Software](https://www.leapmotion.com/setup)
Now you can install the package with:

```
go get golang.org/x/net/websocket && go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/leap
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/leap
```

## How to Use
Expand Down

0 comments on commit bef46fa

Please sign in to comment.