summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2021-07-19 09:01:48 +0900
committerGitHub <noreply@github.com>2021-07-19 09:01:48 +0900
commit96db616ef6d5b5cb85b2f2c16e426497b2366e06 (patch)
tree047ddab485b829139cbfb33ae9ea63e688213cef
parente488ddd9fa0aa4c9e6f42ace68937d81989b2078 (diff)
Update README.md
-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: