balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

Document how to build source locally #198

Open LucianBuzzo opened 6 years ago

LucianBuzzo commented 6 years ago

Some digging reveals that ENM can be built locally using

# install dependencies
glide install
# build for target
env GOOS=linux GOARCH=arm go build

We should add this to the README, listing the required glide and go versions