diff --git a/docs/Linuxbrew.md b/docs/Linuxbrew.md index 326bbdb514..c7a02071d4 100644 --- a/docs/Linuxbrew.md +++ b/docs/Linuxbrew.md @@ -61,9 +61,9 @@ sudo apt-get install build-essential curl file git sudo yum groupinstall 'Development Tools' && sudo yum install curl file git ``` -### Raspberry Pi +### ARM -Linuxbrew can run on Raspberry Pi (32-bit ARM), but no binary packages (bottles) are available. Support for Raspberry Pi is on a best-effort basis. Pull requests are welcome to improve the experience on Raspberry Pi. +Linuxbrew can run on 32-bit ARM (Raspberry Pi) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM and Raspberry Pi. ### 32-bit x86