From 047c605d005e0f0a2052f14854efc29e799da72f Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 4 Oct 2018 12:42:38 -0600 Subject: [PATCH] Add packr to documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de1bf31..5115a03 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ You will need a computer (e.g., Raspberry Pi) with the following components: You can build on a Raspberry Pi, however, it can take a long time! I recommend building on a separate computer with a bit more processing power. ``` +go get -u github.com/gobuffalo/packr/... go get gitea.shoup.io/mike/temp-gopher cd $GOPATH/src/gitea.shoup.io/mike/temp-gopher -GOOS=linux GOARCH=arm GOARM=6 go build -a -ldflags '-w -s -extldflags "-static"' +GOOS=linux GOARCH=arm GOARM=6 packr build -a -ldflags '-w -s -extldflags "-static"' scp temp-gopher :~/somepath ```