From 7658789e4518d739405caae8e9df4583ae2893e9 Mon Sep 17 00:00:00 2001 From: Jamal Mustafa Date: Tue, 26 Apr 2022 23:01:46 -0700 Subject: [PATCH] update README - be explicit about requiring 32-bit version of Raspbian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fd3544..425174fc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For the documentation, please visit: https://github.com/espotek/labrador/wiki # Raspberry Pi Build -***Please note that the Raspbian version 9 (Stretch) or later is required to install this software.*** +***Please note that the 32-bit version of Raspbian version 9 (Stretch) or later is required to install this software.*** To install Labrador on the Raspberry Pi, open a terminal and paste the following command: `wget -O /tmp/labrador_bootstrap_pi https://raw.githubusercontent.com/EspoTek/Labrador/master/labrador_bootstrap_pi && sudo chmod +x /tmp/labrador_bootstrap_pi && sudo /tmp/labrador_bootstrap_pi`