docs: correct example documentation for ubuntu daily-live. close #943
This commit is contained in:
parent
0d5b97e186
commit
e9299fc8b3
11
README.md
11
README.md
|
@ -270,17 +270,16 @@ quickemu --vm ubuntu-22.04.conf
|
||||||
enable file sharing.
|
enable file sharing.
|
||||||
- `sudo apt install spice-webdavd`
|
- `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
|
`quickget` can also download/refresh daily-live images via `zsync` for Ubuntu developers and testers.
|
||||||
developers and testers.
|
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
quickget ubuntu devel
|
quickget ubuntu daily-live
|
||||||
quickemu --vm ubuntu-devel.conf
|
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
|
image as often as you like, it will even automatically switch to a new
|
||||||
series.
|
series.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue