Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 757 Bytes

README-03-Quickstart.md

File metadata and controls

21 lines (13 loc) · 757 Bytes

Quick start

Once Quickemu is installed, 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.
quickget nixos unstable
  • quickemu starts the virtual machine using the configuration file created by quickget.
quickemu --vm nixos-unstable.conf

Execute quickget (with no arguments) to see a list of all the supported operating systems.

Demo