Skip to content

Commit

Permalink
docs: correct installation instructions to match latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 15, 2017
1 parent a128e46 commit f225a66
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion platforms/firmata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion platforms/joystick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/mavlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
```

Expand Down
2 changes: 1 addition & 1 deletion platforms/megapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/neurosky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/opencv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion platforms/parrot/ardrone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/parrot/bebop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/particle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/pebble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/ollie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f225a66

Please sign in to comment.