diff options
| author | Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> | 2022-05-09 22:18:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 22:18:08 -0400 |
| commit | d8630d5bdcd6cd2259330a2ed0a41eee299f824a (patch) | |
| tree | 358059802f5880b84aaffd7944acbac13b0dc58e /docs | |
| parent | 82118c854c83b85754a9dc7f5d775c8427d585be (diff) | |
| download | box64-d8630d5bdcd6cd2259330a2ed0a41eee299f824a.tar.gz box64-d8630d5bdcd6cd2259330a2ed0a41eee299f824a.zip | |
Update COMPILE.md
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/COMPILE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 208c89b3..8e4de4f2 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -10,6 +10,8 @@ wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo sudo apt update && sudo apt install box64 -y ``` +Alternatively, you can generate your own package using the [instructions below](https://github.com/ryanfortner/box64/blob/patch-1/docs/COMPILE.md#debian-packaging). + #### for RK3399 Using a 64bit OS: |