about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
author澪 <mio@mio19.uk>2023-06-12 19:14:10 +0800
committerGitHub <noreply@github.com>2023-06-12 13:14:10 +0200
commit4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7 (patch)
tree30ff84ea88af90d9eb6ab54485b39e87cf67b90d /docs/COMPILE.md
parentd0acd59adc3d998bda5b13b9f7abf8719cedaaa6 (diff)
downloadbox64-4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7.tar.gz
box64-4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7.zip
ryanfortner's package now have a different name (#834)
Diffstat (limited to 'docs/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 b050b848..4e10691a 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 -y

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

 ```

 

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