Skip to content

Commit

Permalink
updated build command
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldarkdryplace committed Apr 14, 2018
1 parent 3e5dcf3 commit 382ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You need to get sources and cross-compile them for ARM architecture. These can be easily done by these commands, assuming you have Go installed.

1. `go get github.com/cooldarkdryplace/camerabot`
2. `env GOOS=linux GOARCH=arm go build -v github.com/cooldarkdryplace/camerabot`
2. `env GOOS=linux GOARCH=arm go build -v github.com/cooldarkdryplace/camerabot/cmd/camerabot`

As a result you will have binary suitable for running on Raspberry Pi. Copy it on device and proceed.

Expand Down

0 comments on commit 382ee50

Please sign in to comment.