From e9299fc8b331209fd76b2d0c45ff8a162e06244b Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 11 Apr 2024 23:27:56 +0100 Subject: [PATCH] docs: correct example documentation for ubuntu daily-live. close #943 --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9b0031b..a8c3112 100644 --- a/README.md +++ b/README.md @@ -270,17 +270,16 @@ quickemu --vm ubuntu-22.04.conf enable file sharing. - `sudo apt install spice-webdavd` -### Ubuntu devel (daily-live) images +### Ubuntu daily-live images -`quickget` can also download/refresh devel images via `zsync` for Ubuntu -developers and testers. +`quickget` can also download/refresh daily-live images via `zsync` for Ubuntu developers and testers. ``` bash -quickget ubuntu devel -quickemu --vm ubuntu-devel.conf +quickget ubuntu daily-live +quickemu --vm ubuntu-daily-live.conf ``` -You can run `quickget ubuntu devel` to refresh your daily development +You can run `quickget ubuntu daily-live` to refresh your daily development image as often as you like, it will even automatically switch to a new series.