Update Install Instructions To Include ARM 64-Bit
minecraft-pi-reborn/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2021-06-29 18:51:51 -04:00
parent 0bce0d17ac
commit 07d79b66ea
1 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,5 @@ This specifies which version of Debian MCPI-Reborn was built against. Which one
### Picking An Architecture
* ``amd64``: x86_64, use this if you are using a device with an AMD or Intel processor
* ``armhf``: ARM, use this if you are using an ARM device (like a Raspberry Pi)
* ``armhf``: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi)
* ``arm64``: ARM 64-Bit, ``armhf`` but for 64-bit devices