Skip to content

Commit

Permalink
🥑🤖 v0.8.1 release prep 🤖🥑 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
LikithaVemulapalli authored May 31, 2022
1 parent da11acb commit 77c64db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/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.0/simple-ec2-linux-arm
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.0/simple-ec2-linux-arm64
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-linux-arm64
```

#### Windows
```
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.0/simple-ec2-windows-amd64.exe
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.1/simple-ec2-windows-amd64.exe
```

## Examples
Expand Down

0 comments on commit 77c64db

Please sign in to comment.