docs: add quickstart
This commit is contained in:
parent
6b7c071958
commit
0c95ac28b7
17
README.md
17
README.md
|
@ -69,6 +69,23 @@ virtual machines.
|
|||
- EFI (with or without SecureBoot) and Legacy BIOS boot
|
||||
- Graphical user interfaces available
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
- `quickemu` starts the virtual machine using the configuration file created by `quickget`.
|
||||
|
||||
```shell
|
||||
quickemu --vm nixos-unstable.conf
|
||||
```
|
||||
- Execute `quickget` (with no arguments) to see a list of all the supported operating systems.
|
||||
|
||||
## Documentation
|
||||
|
||||
The wiki describes how to quickly get up and running with `quickemu` and also covers more advanced configuration and usage.
|
||||
|
|
Loading…
Reference in New Issue