From f03061d8a7c4317ac784c8beed34c5a81764d980 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 11 Apr 2024 23:29:21 +0100 Subject: [PATCH] docs: improve installation documentation for Debian and derivatives #863 #583 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a337ac..3a800b7 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,14 @@ following command: ``` bash 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 +``` ### Ubuntu hosts @@ -187,7 +195,7 @@ These examples may save a little typing: #### Install requirements on Debian hosts -This also applies to direct derivatives, such as MX Linux: +This also applies to derivatives: ```sh sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip