From 1004d799a3c8d7b9dc0b65532edbfaafbca688de Mon Sep 17 00:00:00 2001 From: Steve Nay <265958+snay2@users.noreply.github.com> Date: Wed, 6 Jul 2022 16:50:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v0.8.2=20release=20p?= =?UTF-8?q?rep=20=F0=9F=A4=96=F0=9F=A5=91=20(#82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f0e5d7..3ae3af3 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,22 @@ brew install aws-simple-ec2-cli #### MacOS/Linux ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64 +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64 chmod +x simple-ec2 ``` #### ARM Linux ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-linux-arm +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-linux-arm ``` ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-linux-arm64 +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-linux-arm64 ``` #### Windows ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-windows-amd64.exe +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-windows-amd64.exe ``` ## Examples