docs: correct installation instructions to match latest versions

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-06-10 12:59:19 +02:00
parent a128e466dd
commit f225a66db9
16 changed files with 17 additions and 16 deletions

View File

@ -11,7 +11,7 @@ For more info about the Arduino platform, go to [http://arduino.cc/](http://ardu
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/firmata
go get -d -u gobot.io/x/gobot/...
```
You must install Firmata on your microcontroller before you can connect to it using Gobot. You can do this in many cases using Gort ([http://gort.io](http://gort.io)).

View File

@ -28,7 +28,7 @@ $ sudo apt-get install libsdl2-2.0-0
Now you can install the package with
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/joystick
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -5,7 +5,7 @@ This module implements support for keyboard events, wrapping the `stty` utility.
## How to Install
```
go get gobot.io/x/gobot && go install gobot.io/x/gobot/platforms/keyboard
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -11,7 +11,7 @@ First install the [Leap Motion Software](https://www.leapmotion.com/setup)
Now you can install the package with:
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/leap
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -17,7 +17,7 @@ configured to send version 1.0 frames.
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/mavlink
go get -d -u gobot.io/x/gobot/...
```

View File

@ -7,7 +7,7 @@ The code is based on a python implementation that can be found [here](https://gi
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/megapi
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -11,7 +11,7 @@ For more info about the MQTT machine to machine messaging standard, go to http:/
Install running:
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/mqtt
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -11,7 +11,7 @@ The NATS messaging protocol (http://www.nats.io/documentation/internals/nats-pro
Install running:
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/nats
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -8,7 +8,7 @@ This package contains the Gobot adaptor and driver for the [Neurosky Mindwave Mo
Installing Gobot with Neurosky support is pretty easy.
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/neurosky
go get -d -u gobot.io/x/gobot/...
```
## How To Connect

View File

@ -33,7 +33,7 @@ Follow the official [OpenCV installation guide](http://docs.opencv.org/doc/tutor
Now you can install the package with
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/opencv
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -6,8 +6,9 @@ For more info about the ARDrone platform click [here](http://ardrone2.parrot.com
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/parrot/ardrone
go get -d -u gobot.io/x/gobot/...
```
## How to Use
```go
package main

View File

@ -4,7 +4,7 @@ The Parrot Bebop and Parrot Bebop 2 are inexpensive quadcopters that can be cont
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/parrot/bebop
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -9,7 +9,7 @@ For more info about the Particle platform go to https://www.particle.io/
Installing Gobot with Particle support is pretty easy.
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/particle
go get -d -u gobot.io/x/gobot/...
```
## How to Use

View File

@ -7,7 +7,7 @@ It uses the Pebble 2.0 SDK, and requires the 2.0 iOS or Android app, and that th
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/pebble
go get -d -u gobot.io/x/gobot/...
```
* Install Pebble 2.0 iOS or Android app. (If you haven't already)

View File

@ -8,7 +8,7 @@ Learn more about the Sphero robot go here: http://www.gosphero.com/
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/sphero
go get -d -u gobot.io/x/gobot/...
```
## How To Connect

View File

@ -5,7 +5,7 @@ The Sphero Ollie is a toy robot from Sphero that is controlled using Bluetooth L
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/ble
go get -d -u gobot.io/x/gobot/...
```
## How to Use