diff options
| author | 澪 <mio@mio19.uk> | 2023-06-12 19:14:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 13:14:10 +0200 |
| commit | 4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7 (patch) | |
| tree | 30ff84ea88af90d9eb6ab54485b39e87cf67b90d /docs/COMPILE.md | |
| parent | d0acd59adc3d998bda5b13b9f7abf8719cedaaa6 (diff) | |
| download | box64-4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7.tar.gz box64-4110956ddaf3c58a1e8e50aa7adba2ed43e3a6b7.zip | |
ryanfortner's package now have a different name (#834)
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 2 |
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). |