Skip to content

Commit

Permalink
readme: mention QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
supakeen authored and teg committed Dec 11, 2023
1 parent 00b334d commit e0a6bb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A container for deploying bootable container images.

## Installation

Have [podman](https://podman.io/) installed on your system. Either through your systems package manager if you're on Linux or through [Podman Desktop](https://podman.io/) if you are on Mac OS or Windows.
Have [podman](https://podman.io/) installed on your system. Either through your systems package manager if you're on Linux or through [Podman Desktop](https://podman.io/) if you are on Mac OS or Windows. If you want to run the resulting virtual machine(s) or installer media you can use [qemu](https://www.qemu.org/).

## Examples

Expand Down Expand Up @@ -36,6 +36,9 @@ qemu-system-x86_64 \
```

### Running the resulting QCOW2 file on macOS (aarch64)

This assumes qemu was installed through [homebrew](https://brew.sh/).

```
qemu-system-aarch64 \
-M accel=hvf \
Expand Down

0 comments on commit e0a6bb8

Please sign in to comment.