From eb869d6023801e883e253e1505c42d8720a0812a Mon Sep 17 00:00:00 2001 From: Daniel Limberger Date: Thu, 3 Dec 2020 17:28:33 +0100 Subject: [PATCH] adjust install description to account for branch The branch to clone from within the hyperpixel bash script needs to be adjusted accordingly, in order to work for the ```pi4``` branch. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f01caa4..29d76a3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@ on your Raspberry Pi desktop, as illustrated below: In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions: ```bash -curl https://get.pimoroni.com/hyperpixel | bash +wget https://get.pimoroni.com/hyperpixel +``` + +Now run ```nano hyperpixel``` and change ```gitrepobranch="master"``` to ```gitrepobranch="pi4"``` and continue with: + +```bash +cat hyperpixel | bash ``` Alternatively, clone this repository and run: