Adds curl command option to download the latest live image.

Signed-off-by: Michael Vincerra <michaelx.vincerra@intel.com>
This commit is contained in:
Michael Vincerra
2018-04-18 15:05:12 -07:00
parent c3d2d9942d
commit cc3f0e2016
@@ -28,7 +28,11 @@ Create a virtual machine in VirtualBox
======================================
#. Download the `latest`_ **live** version (clear-XXXX-live.img.xz)
from https://download.clearlinux.org/image/.
from https://download.clearlinux.org/image/. You can also use this command:
.. code-block:: bash
curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-live.img.xz
#. Decompress the downloaded image. Uncompressed image size is ~ **5GB**.