Skip to content

Commit

Permalink
Corrected dependency install instructions for all current platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Jul 8, 2015
1 parent 353c404 commit be03938
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion platforms/ardrone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For more info about the ARDrone platform click [here](http://ardrone2.parrot.com

## How to Install
```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ardrone
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/ardrone
```
## How to Use
```go
Expand Down
2 changes: 1 addition & 1 deletion platforms/digispark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ sudo apt-get install libusb-dev
Now you can install the package with

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/digispark
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/digispark
```

## How to Use
Expand Down
2 changes: 1 addition & 1 deletion platforms/firmata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more info about the arduino platform click [here](http://arduino.cc/).
## How to Install

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/firmata
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/firmata
```

## How to Use
Expand Down
2 changes: 1 addition & 1 deletion platforms/gpio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package provides drivers for [General Purpose Input/Output (GPIO)](https://

## Installing
```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/gpio
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/gpio
```

## Hardware Support
Expand Down
2 changes: 1 addition & 1 deletion platforms/i2c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package provides drivers for [i2c](https://en.wikipedia.org/wiki/I%C2%B2C)d

## Installing
```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/i2c
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/i2c
```

## Hardware Support
Expand Down
2 changes: 1 addition & 1 deletion platforms/intel-iot/edison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more info about the Edison platform click [here](http://www.intel.com/conten
First you must install the appropriate Go packages

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/intel-iot/edison
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/intel-iot/edison
```

#### Setting up your Intel Edison
Expand Down
2 changes: 1 addition & 1 deletion platforms/joystick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ sudo apt-get install libsdl2-2.0-0
Now you can install the package with

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/joystick
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/joystick
```

## 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 @@ -5,7 +5,7 @@ For information on the MAVlink communication protocol click [here](http://qgroun
## How to Install

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/mavlink
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/mavlink
```

Expand Down
2 changes: 1 addition & 1 deletion platforms/mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more info about the MQTT machine to machine message broker click [here](http
Install running:

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/mqtt
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/mqtt
```

## 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 github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/neurosky
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/neurosky
```

## 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 @@ -27,7 +27,7 @@ Follow the official [OpenCV installation guide](http://docs.opencv.org/doc/tutor

Now you can install the package with
```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/opencv
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/opencv
```

## 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 github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/pebble
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/pebble
```

* Install Pebble 2.0 iOS or Android app. (If you haven't already)
Expand Down
4 changes: 2 additions & 2 deletions platforms/spark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spark

The Spark Core contains a Wi-Fi connected microcontroller. Once it connects to a Wi-Fi network, it automatically connects with a central server (the "Spark Cloud") and stays connected so it can be controlled from external systems, such as a Gobot program. To run gobot programs please make sure you are running default tinker firmware on the Spark Core.
The Spark Core is a Wi-Fi connected microcontroller from Particle (http://particle.io), the company formerly known as Spark Devices. Once it connects to a Wi-Fi network, it automatically connects with a central server (the "Spark Cloud") and stays connected so it can be controlled from external systems, such as a Gobot program. To run gobot programs please make sure you are running default tinker firmware on the Spark Core.

For more info about the Spark platform click [here](https://www.spark.io/)

Expand All @@ -9,7 +9,7 @@ For more info about the Spark platform click [here](https://www.spark.io/)
Installing Gobot with Spark support is pretty easy.

```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/spark
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/spark
```

## How to Use
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 from Orbotix [here](http://www.gosphero.com/).

## How to Install
```
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/sphero
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/sphero
```

## How To Connect
Expand Down

0 comments on commit be03938

Please sign in to comment.