chore: update example to latest LTS version
parent
7fc67faa75
commit
2e38f76724
|
@ -7,8 +7,8 @@ The `quickget` tool is provided as part of Quickemu and it's purpose is to autom
|
||||||
Here's an example of how to create and run an Ubuntu guest virtual machine, the process is much the same for any other Linux distribution.
|
Here's an example of how to create and run an Ubuntu guest virtual machine, the process is much the same for any other Linux distribution.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
quickget ubuntu 22.04
|
quickget ubuntu 24.04
|
||||||
quickemu --vm ubuntu-22.04.conf
|
quickemu --vm ubuntu-24.04.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
|
|
Loading…
Reference in New Issue