mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-02 22:17:12 +08:00
Corrected to proper versionindependent install
This commit is contained in:
parent
b54782c1aa
commit
bef46fa711
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user