docs: correct example documentation for ubuntu daily-live. close #943
This commit is contained in:
parent
33b8133a33
commit
24bcdfdb9a
16
README.md
16
README.md
|
@ -100,10 +100,14 @@ 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`.
|
||||
### Debian and derivatives
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
|
@ -211,8 +215,9 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis
|
|||
|
||||
#### Install requirements on macOS hosts
|
||||
|
||||
This is a **work in progress** (see [issue 248](https://github.com/quickemu-project/quickemu/issues/248)
|
||||
for other steps and changes that may enable running on MacOS)
|
||||
This is a **work in progress** (see [issue
|
||||
248](https://github.com/quickemu-project/quickemu/issues/248) for other
|
||||
steps and changes that may enable running on MacOS)
|
||||
|
||||
``` sh
|
||||
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk wget zsync
|
||||
|
@ -347,7 +352,6 @@ fully functional for all operating systems, including Windows and macOS.
|
|||
- `deepin` (Deepin)
|
||||
- `devuan` (Devuan)
|
||||
- `dragonflybsd` (DragonFlyBSD)
|
||||
- `easyos` (EasyOS)
|
||||
- `elementary` (elementary OS)
|
||||
- `endeavouros` (EndeavourOS)
|
||||
- `endless` (Endless OS)
|
||||
|
|
|
@ -158,18 +158,6 @@ stored anywhere (such as external USB storage or your home directory)
|
|||
and no elevated permissions are required to run the virtual machines.
|
||||
\f[B]Quickemu now also includes comprehensive support for macOS and
|
||||
Windows\f[R].
|
||||
.PP
|
||||
See this (old) video where I explain some of my motivations for creating
|
||||
Quickemu:
|
||||
.PP
|
||||
\c
|
||||
.UR https://www.youtube.com/watch?v=AOTYWEgw0hI
|
||||
[IMAGE: \c
|
||||
.UR https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg
|
||||
Replace VirtualBox with Bash & QEMU
|
||||
.UE \c
|
||||
]
|
||||
.UE \c
|
||||
.SS Features
|
||||
.IP \[bu] 2
|
||||
\f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra
|
||||
|
@ -355,7 +343,7 @@ to install the above requirements or their equivalents.
|
|||
.PP
|
||||
These examples may save a little typing:
|
||||
.SS Install requirements on Debian hosts
|
||||
This also applies to direct derivatives, such as MX Linux:
|
||||
This also applies to derivatives:
|
||||
.IP
|
||||
.EX
|
||||
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
|
||||
|
@ -366,7 +354,7 @@ sudo apt install qemu bash coreutils ovmf grep jq lsb\-base procps python3 genis
|
|||
sudo dnf install qemu bash coreutils edk2\-tools grep jq lsb procps python3 genisoimage usbutils util\-linux sed spice\-gtk\-tools swtpm wget xdg\-user\-dirs xrandr unzip
|
||||
.EE
|
||||
.SS Install requirements on macOS hosts
|
||||
This is a work in progress (see \c
|
||||
This is a \f[B]work in progress\f[R] (see \c
|
||||
.UR https://github.com/quickemu-project/quickemu/issues/248
|
||||
issue 248
|
||||
.UE \c
|
||||
|
@ -569,8 +557,6 @@ operating systems, including Windows and macOS.
|
|||
.IP \[bu] 2
|
||||
\f[CR]dragonflybsd\f[R] (DragonFlyBSD)
|
||||
.IP \[bu] 2
|
||||
\f[CR]easyos\f[R] (EasyOS)
|
||||
.IP \[bu] 2
|
||||
\f[CR]elementary\f[R] (elementary OS)
|
||||
.IP \[bu] 2
|
||||
\f[CR]endeavouros\f[R] (EndeavourOS)
|
||||
|
|
|
@ -159,14 +159,6 @@ your home directory) and no elevated permissions are required to run the
|
|||
virtual machines. **Quickemu now also includes comprehensive support for
|
||||
[macOS](#macos-guests) and [Windows](#windows-guests)**.
|
||||
|
||||
See this (old) video where I explain some of my motivations for creating
|
||||
Quickemu:
|
||||
|
||||
::: {align="center"}
|
||||
[](https://www.youtube.com/watch?v=AOTYWEgw0hI)
|
||||
:::
|
||||
|
||||
## Features
|
||||
|
||||
- **macOS** Monterey, Big Sur, Catalina, Mojave & High Sierra
|
||||
|
@ -231,7 +223,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
|
||||
|
@ -245,7 +237,7 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis
|
|||
|
||||
#### Install requirements on macOS hosts
|
||||
|
||||
This is a work in progress (see [issue
|
||||
This is a **work in progress** (see [issue
|
||||
248](https://github.com/quickemu-project/quickemu/issues/248) for other
|
||||
steps and changes that may enable running on MacOS)
|
||||
|
||||
|
@ -383,7 +375,6 @@ fully functional for all operating systems, including Windows and macOS.
|
|||
- `deepin` (Deepin)
|
||||
- `devuan` (Devuan)
|
||||
- `dragonflybsd` (DragonFlyBSD)
|
||||
- `easyos` (EasyOS)
|
||||
- `elementary` (elementary OS)
|
||||
- `endeavouros` (EndeavourOS)
|
||||
- `endless` (Endless OS)
|
||||
|
|
|
@ -166,8 +166,6 @@ operating systems, including Windows and macOS.
|
|||
.IP \[bu] 2
|
||||
\f[CR]dragonflybsd\f[R] (DragonFlyBSD)
|
||||
.IP \[bu] 2
|
||||
\f[CR]easyos\f[R] (EasyOS)
|
||||
.IP \[bu] 2
|
||||
\f[CR]elementary\f[R] (elementary OS)
|
||||
.IP \[bu] 2
|
||||
\f[CR]endeavouros\f[R] (EndeavourOS)
|
||||
|
|
|
@ -142,7 +142,6 @@ fully functional for all operating systems, including Windows and macOS.
|
|||
- `deepin` (Deepin)
|
||||
- `devuan` (Devuan)
|
||||
- `dragonflybsd` (DragonFlyBSD)
|
||||
- `easyos` (EasyOS)
|
||||
- `elementary` (elementary OS)
|
||||
- `endeavouros` (EndeavourOS)
|
||||
- `endless` (Endless OS)
|
||||
|
|
Loading…
Reference in New Issue