Skip to content

Commit

Permalink
update README (#220)
Browse files Browse the repository at this point in the history
- be explicit about requiring 32-bit version of Raspbian
  • Loading branch information
jimustafa authored Apr 27, 2022
1 parent a46a767 commit 2cc0678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2cc0678

Please sign in to comment.