chore: update example to latest LTS version

Phil Clifford 2024-10-21 15:19:18 +01:00
parent 7fc67faa75
commit 2e38f76724
1 changed files with 2 additions and 2 deletions

@ -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.
``` shell
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
quickget ubuntu 24.04
quickemu --vm ubuntu-24.04.conf
```
- Complete the installation as normal.