Update docs to reference Bash for Windows instructions (#1076)

This commit is contained in:
Derek Bekoe 2016-10-12 13:24:34 -07:00 коммит произвёл GitHub
Родитель 67c31c1407
Коммит b2690758ca
1 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,9 @@ A great cloud needs great tools; we're excited to introduce *Azure CLI 2.0 - Pre
Installation
===============
Install with interactive install script
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For OSX and Linux, you can install using curl:
.. code-block:: console
@ -21,6 +24,10 @@ or using wget:
$ wget -q -O - https://aka.ms/InstallAzureCli | bash
Some prerequisites may be required. See our `Preview Install Guide <https://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.
Install with pip
^^^^^^^^^^^^^^^^
For those familiar with pip, use the following:
@ -28,6 +35,11 @@ For those familiar with pip, use the following:
$ pip install azure-cli
Some prerequisites may be required. See our `Preview Install Guide <https://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.
Install with apt-get
^^^^^^^^^^^^^^^^^^^^
A Debian/Ubuntu package is also available. Install as follows:
.. code-block:: console
@ -37,6 +49,9 @@ A Debian/Ubuntu package is also available. Install as follows:
$ sudo apt-get install apt-transport-https
$ sudo apt-get update && sudo apt-get install azure-cli
Install with Docker
^^^^^^^^^^^^^^^^^^^
We also maintain a docker image preconfigured with the Azure CLI.
.. code-block:: console