docs: add instructions for Debian-based Linux

This commit is contained in:
Ryan Fortner 2022-05-09 22:16:12 -04:00 committed by GitHub
parent b1b558d244
commit 82118c854c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,15 @@
Compiling
Compiling/Installing
----
#### Debian-based Linux
You can use [@ryanfortner](https://github.com/ryanfortner)'s apt repository to install precompiled box64 debs, updated every 24 hours.
```
sudo wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list
wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/box64-debs-archive-keyring.gpg
sudo apt update && sudo apt install box64 -y
```
#### for RK3399
Using a 64bit OS: