From a9263e890d58c5679862ed40f0ce0fad1c0a1c6a Mon Sep 17 00:00:00 2001 From: Matthew Rathbone Date: Wed, 12 Aug 2020 16:13:53 -0500 Subject: [PATCH] Docs for ARM users For folks on ARM devices - taken from #1372 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e09d1de8f..8fde3ac51 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ You have many options to install wrangler! ```bash npm i @cloudflare/wrangler -g ``` +If you are running an ARM based system (eg Raspberry Pi, Pinebook) you'll need to use the `cargo` installation method listed below to build wrangler from source. #### Specify binary site URL