From 96db616ef6d5b5cb85b2f2c16e426497b2366e06 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Mon, 19 Jul 2021 09:01:48 +0900 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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: -- cgit v1.2.3