summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b23d1b4..8832715 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ You can also compile and install Wally using go's package manager, make sure you
go get -u github.com/zsa/wally-cli
```
+Note: Raspberry pi users using the 32bit version of raspbian should run
+```
+GOOS=linux GOARCH=arm go get -u github.com/zsa/wally-cli
+```
+
## Installing dev dependencies
Wally is compatible with Windows, Linux, and macOS. Developing using each platform requires some extra setup: