Skip to content

Commit

Permalink
raspi: correct README build insttructions with missing 'go build' com…
Browse files Browse the repository at this point in the history
…mand

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 6, 2017
1 parent 29651fb commit 8f13e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/raspi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
Simply compile your Gobot program like this:

```bash
$ GOARM=6 GOARCH=arm GOOS=linux examples/raspi_blink.go
$ GOARM=6 GOARCH=arm GOOS=linux go build examples/raspi_blink.go
```

Use the following `GOARM` values to compile depending on which model Raspberry Pi you are using:
Expand Down

0 comments on commit 8f13e57

Please sign in to comment.