raspi: correct README build insttructions with missing 'go build' command

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-01-06 14:53:39 +01:00
parent 29651fb793
commit 8f13e57839
1 changed files with 1 additions and 1 deletions

View File

@ -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: