This commit is contained in:
parent
6a60919293
commit
f03061d8a7
10
README.md
10
README.md
|
@ -97,6 +97,14 @@ following command:
|
||||||
``` bash
|
``` bash
|
||||||
yay -Sy quickemu
|
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
|
### Ubuntu hosts
|
||||||
|
|
||||||
|
@ -187,7 +195,7 @@ These examples may save a little typing:
|
||||||
|
|
||||||
#### Install requirements on Debian hosts
|
#### Install requirements on Debian hosts
|
||||||
|
|
||||||
This also applies to direct derivatives, such as MX Linux:
|
This also applies to derivatives:
|
||||||
|
|
||||||
```sh
|
```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
|
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
|
||||||
|
|
Loading…
Reference in New Issue