about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRyan Fortner <71036629+ryanfortner@users.noreply.github.com>2023-07-20 08:33:13 -0400
committerGitHub <noreply@github.com>2023-07-20 08:33:13 -0400
commit1f2ef09d87034aac80f2a9ad0a26042f76e762bd (patch)
tree1127c6e6faf97617fad56958588e439e0a77a4e7
parent5bf0f0215d4ec1606e8c76b0aa46208c5717de2c (diff)
downloadbox64-1f2ef09d87034aac80f2a9ad0a26042f76e762bd.tar.gz
box64-1f2ef09d87034aac80f2a9ad0a26042f76e762bd.zip
Update COMPILE.md
-rwxr-xr-xdocs/COMPILE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index fe6c23dd..a14292c4 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -7,7 +7,7 @@ You can use [@ryanfortner](https://github.com/ryanfortner)'s apt repository to i
 ```

 sudo wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list

 wget -qO- https://ryanfortner.github.io/box64-debs/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg

-sudo apt update && sudo apt install box64-generic-arm -y

+sudo apt update && sudo apt install box64-arm64 -y

 ```

 

 Alternatively, you can generate your own package using the [instructions below](https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md#debian-packaging).