From 5116facd5ea97742c6b0e7cec637ea784ececd59 Mon Sep 17 00:00:00 2001 From: Alan Berman <796535+thealanberman@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:54:56 -0700 Subject: [PATCH] Update README.md Add installation via [webi](https://webinstall.dev) and curl.exe on Windows. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2e63a12d..79475a55a 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ For more read our [FAQ](#faq) below (how `awless` compares to other tools, etc.) Choose one of the following options: 1. On macOS, use [homebrew](http://brew.sh): `brew tap wallix/awless; brew install awless` -2. With `curl` (macOS/Linux), run: `curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash` -3. Download the latest `awless` binaries (Windows/Linux/macOS) [from Github](https://github.com/wallix/awless/releases/latest) -4. If you have Golang already installed, install from the source with: `go get -u github.com/wallix/awless` +2. With [webi](https://webinstall.dev/): `webi awless` +3. With `curl` (macOS/Linux), run: `curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash` +4. With `curl` (Windows): `curl.exe -A MS https://webinstall.dev/awless | powershell` +5. Download the latest `awless` binaries (Windows/Linux/macOS) [from Github](https://github.com/wallix/awless/releases/latest) +6. If you have Golang already installed, install from the source with: `go get -u github.com/wallix/awless` If you have previously used the AWS CLI or aws-shell, you don't need to configure anything! Your config will be automatically loaded (i.e. ~/.aws/{credentials,config}) and `awless` will prompt for any missing info (more at our [getting started](https://github.com/wallix/awless/wiki/Getting-Started)).