raspi: correct README build insttructions with missing 'go build' command
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
29651fb793
commit
8f13e57839
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue