diff options
author | Erik Skultety <eskultet@redhat.com> | 2022-07-14 14:14:36 +0200 |
---|---|---|
committer | Erik Skultety <eskultet@redhat.com> | 2022-07-14 15:14:19 +0200 |
commit | 35052382234cf63fb12061edc2beef6379577a81 (patch) | |
tree | b30b488b307f7cc595660cc032ee261fd9d500f1 | |
parent | 9a5cd3fc4217acc77549a5819c55ed0ce2d9a86e (diff) | |
download | libvirt-ci-35052382234cf63fb12061edc2beef6379577a81.zip libvirt-ci-35052382234cf63fb12061edc2beef6379577a81.tar.gz libvirt-ci-35052382234cf63fb12061edc2beef6379577a81.tar.bz2 |
docs: vms: Rename the 'Usage examples' section to 'More VM examples'
Originally the section name made sense, but since we moved the much of
the original README's content to docs/vms.rst we could add a more
fitting name for the section in the context of VMs.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
-rw-r--r-- | docs/vms.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/vms.rst b/docs/vms.rst index 2b33e42..d818bbf 100644 --- a/docs/vms.rst +++ b/docs/vms.rst @@ -248,9 +248,11 @@ earlier sections $ glance image-create --name <image_name> --disk-format qcow2 --file <outdisk> -Usage and examples -================== +More VM examples +================ +This section provides more usage examples once you have a VM installed and +updated. To get a list of known target platforms run: |