Merge pull request #114 from Michael-Vincerra/addcurl-bare-metal-install

Adds curl command option to download latest CL image.
This commit is contained in:
mltullis
2018-04-18 14:10:11 -07:00
committed by GitHub
@@ -13,7 +13,12 @@ Download the latest Clear Linux installer image
***********************************************
Get the latest |CL| installer image from the `image`_ directory.
Look for the :file:`clear-[version number]-installer.img.xz` file.
Look for the :file:`clear-[version number]-installer.img.xz` file. You can also use this command:
.. code-block:: bash
curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-installer.img.xz
Once you have downloaded the image, verify and uncompress the file.
.. include:: ../../guides/maintenance/download-verify-uncompress-linux.rst