docs: add arm64 quick start to README (#1036)

This commit is contained in:
Roland 2025-01-28 16:57:53 +07:00 committed by GitHub
parent 1821928cb4
commit 73540ef38b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -386,7 +386,11 @@ For the default backend which runs a node internally we recommend 2GB of RAM + 1
Go to the [Quick start script](https://github.com/getAlby/hub/tree/master/scripts/linux-x86_64) which you can run as a service.
#### Quick start (Arm64 Linux Server or Raspberry PI 4/5)
#### Quick start (Arm64 Linux Server)
Go to the [Quick start script](https://github.com/getAlby/hub/blob/master/scripts/linux-aarch64) which you can run as a service.
#### Quick start (Raspberry PI 4/5)
Go to the [Quick start script](https://github.com/getAlby/hub/blob/master/scripts/pi-aarch64) which you can run as a service.