docs: improve installation documentation for Debian and derivatives #863 #583

This commit is contained in:
Martin Wimpress 2024-04-11 23:29:21 +01:00 committed by Martin Wimpress
parent 24bcdfdb9a
commit 465623b904
1 changed files with 7 additions and 0 deletions

View File

@ -100,6 +100,13 @@ yay -Sy quickemu
```
### Debian and derivatives
A [.deb package is available for Debian and derivatives in this project's GitHub releases page](https://github.com/quickemu-project/quickemu/releases).
Download the .deb and install it with `apt-get`.
```bash
sudo apt-get install ./quickemu_x.y.z-1_all.deb
```
### Debian and derivatives
A [.deb package is available for Debian and derivatives in this