Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ AWS CLI v2 can easily be installed on most standard platforms:

* `Windows MSI installer <https://awscli.amazonaws.com/AWSCLIV2.msi>`__

* On Linux and MacOS, you can also use [mise](https://github.com/jdx/mise), the polyglot package manager, to install the AWS CLI:

.. code-block:: shell-session

$ mise install aws-cli@latest


You can find more detailed installation instructions `here <https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html>`__.

If you want to run the ``v2`` development branch of the CLI, see the
Expand Down