Skip to content

Commit

Permalink
Add missing package install step to Leap Motion README
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram authored and zankich committed Jul 10, 2015
1 parent 17e94fd commit b54782c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/leap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ For more info about the Leap Motion platform click [Leap Motion](https://www.lea

First install the [Leap Motion Software](https://www.leapmotion.com/setup)

Now you can install the package with
Now you can install the package with:

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

## How to Use
Expand Down Expand Up @@ -52,7 +52,7 @@ func main() {

## How To Connect

###OSX
### OSX

This driver works out of the box with the vanilla installation of the Leap Motion Software that you get in their [Setup Guide](https://www.leapmotion.com/setup).

Expand Down

0 comments on commit b54782c

Please sign in to comment.