mirror of https://github.com/EspoTek/Labrador.git
update README (#220)
- be explicit about requiring 32-bit version of Raspbian
This commit is contained in:
parent
a46a7678e6
commit
2cc0678b4e
|
@ -16,7 +16,7 @@ For the documentation, please visit:
|
||||||
https://github.com/espotek/labrador/wiki
|
https://github.com/espotek/labrador/wiki
|
||||||
|
|
||||||
# Raspberry Pi Build
|
# 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:
|
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`
|
`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`
|
||||||
|
|
Loading…
Reference in New Issue