From b8f94c41c42dac1c5b2befe5de97344977a00219 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 11 Nov 2025 11:27:55 +0100 Subject: [PATCH] docs(installation): add mise alternative installation method Signed-off-by: jylenhof --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index cf0b037f7dba..57b084c5a4ee 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,13 @@ AWS CLI v2 can easily be installed on most standard platforms: * `Windows MSI installer `__ +* 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 `__. If you want to run the ``v2`` development branch of the CLI, see the