diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-20 15:29:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 15:29:25 +0200 |
| commit | 51cbb7e1fb6efc6e74c04d7d31dc05f074646771 (patch) | |
| tree | 6b57ee6937f1e174beab38040fb60d4ec2bbd395 /docs/COMPILE.md | |
| parent | 3a82317dd5d755e97262ca8633e6ff0e6ccad172 (diff) | |
| parent | 1f2ef09d87034aac80f2a9ad0a26042f76e762bd (diff) | |
| download | box64-51cbb7e1fb6efc6e74c04d7d31dc05f074646771.tar.gz box64-51cbb7e1fb6efc6e74c04d7d31dc05f074646771.zip | |
Merge pull request #894 from ryanfortner/patch-2
Update package name in COMPILE.md
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 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). |