From 465623b9043ad5af8a2cf95809737cc3680e7111 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 81ecb97..7c21d9c 100644 --- a/README.md +++ b/README.md @@ -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