mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
21 lines
773 B
Markdown
21 lines
773 B
Markdown
# Quick start
|
|
|
|
[Once Quickemu is installed](https://github.com/quickemu-project/quickemu/wiki/01-Installation), there are two simple steps to create and run a virtual machine:
|
|
|
|
- `quickget` automatically downloads the ISO image for the operating system you want to run and creates a configuration file for the virtual machine.
|
|
|
|
```shell
|
|
quickget nixos unstable minimal
|
|
```
|
|
|
|
- `quickemu` starts the virtual machine using the configuration file created by `quickget`.
|
|
|
|
```shell
|
|
quickemu --vm nixos-unstable-minimal.conf
|
|
```
|
|
|
|
Execute `quickget` (with no arguments) to see a list of all the supported operating systems.
|
|
|
|
## Demo
|
|
|
|
<div align="center"><a href="https://asciinema.org/a/658148?autoplay=1" target="_blank"><img src="https://asciinema.org/a/658148.svg" /></a></div>
|