diff --git a/docs/Linuxbrew.md b/docs/Linuxbrew.md index 5ef5586117..5941f073a8 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 others) 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 platforms. ### 32-bit x86