update README (#220)

- be explicit about requiring 32-bit version of Raspbian
This commit is contained in:
Jamal Mustafa 2022-04-26 23:16:15 -07:00 committed by GitHub
parent a46a7678e6
commit 2cc0678b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`