зеркало из https://github.com/microsoft/azure-cli.git
Update docs to reference Bash for Windows instructions (#1076)
This commit is contained in:
Родитель
67c31c1407
Коммит
b2690758ca
15
README.rst
15
README.rst
|
@ -9,6 +9,9 @@ A great cloud needs great tools; we're excited to introduce *Azure CLI 2.0 - Pre
|
||||||
Installation
|
Installation
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Install with interactive install script
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
For OSX and Linux, you can install using curl:
|
For OSX and Linux, you can install using curl:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
@ -21,6 +24,10 @@ or using wget:
|
||||||
|
|
||||||
$ wget -q -O - https://aka.ms/InstallAzureCli | bash
|
$ 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:
|
For those familiar with pip, use the following:
|
||||||
|
|
||||||
|
@ -28,6 +35,11 @@ For those familiar with pip, use the following:
|
||||||
|
|
||||||
$ pip install azure-cli
|
$ 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:
|
A Debian/Ubuntu package is also available. Install as follows:
|
||||||
|
|
||||||
.. code-block:: console
|
.. 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 install apt-transport-https
|
||||||
$ sudo apt-get update && sudo apt-get install azure-cli
|
$ sudo apt-get update && sudo apt-get install azure-cli
|
||||||
|
|
||||||
|
Install with Docker
|
||||||
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
We also maintain a docker image preconfigured with the Azure CLI.
|
We also maintain a docker image preconfigured with the Azure CLI.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
Загрузка…
Ссылка в новой задаче