Update curl command to get live image

Addresses issue #402 to fix the curl command to download the correct image
This commit is contained in:
Tom Leavitt
2019-02-18 11:56:30 -08:00
committed by GitHub
parent 2ccd7778a3
commit cbe030580e
@@ -38,7 +38,7 @@ Create a virtual machine in VirtualBox
.. code-block:: bash
curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep live)
curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep 'live\.')
#. Decompress the downloaded image. Uncompressed image size is ~ **5GB**.