Update README.md (#1352)

We don't publish a Raspi Pi Zero guide on guides.getalby.com anymore.
Really only users with enough knowledge should do it.

Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
This commit is contained in:
Moritz Kaminski 2025-06-03 08:17:39 +02:00 committed by GitHub
parent 043cfec2c6
commit 58b81134cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,8 @@
This install scripts will help you installing Alby Hub on a Raspberry Pi with Raspberry Pi OS (previously called Raspbian).
You should have some basic Linux understanding to install and operate it.
Have a look at our [installation guide](https://github.com/getAlby/hub/tree/master/scripts/pi-arm) for more details and inspiration.
SSH into your Pi and run:
```shell
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-install.sh)"
```
@ -13,6 +12,7 @@ SSH into your Pi and run:
### Updating a running instance
SSH into your Pi and run:
```shell
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-update.sh)"
```