From cc40e371344cd3d1e5c772b0347d178985d42ca6 Mon Sep 17 00:00:00 2001 From: Vitor M <4777793+vgmello@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:30:39 +0100 Subject: [PATCH] Add Windows installation instructions for AWS Credential Manager to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d4aa879..811c230 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ AWS Credential Manager (`aws-cred-mgr`) is a command-line interface (CLI) tool d curl https://raw.githubusercontent.com/ellosoft/aws-cred-mgr/main/scripts/install-aws-cred-mgr.sh | bash ``` +### Windows + +```cmd +winget install ellosoft-aws-cred-mgr +``` + ### Manual You can manually install `aws-cred-mgr` by downloading the latest version from the [GitHub Release](https://github.com/ellosoft/aws-cred-mgr/releases) page.