Skip to content

Commit

Permalink
🥑🤖 v0.7.0 release prep 🤖🥑 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: ec2-bot 🤖 <[email protected]>
  • Loading branch information
brycahta and ec2-bot authored Feb 8, 2021
1 parent 1673039 commit 7d21e16
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 @@ -54,22 +54,22 @@ brew install aws-simple-ec2-cli

#### MacOS/Linux
```
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.6.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.7.0/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.6.0/simple-ec2-linux-arm
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.7.0/simple-ec2-linux-arm
```

```
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.6.0/simple-ec2-linux-arm64
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.7.0/simple-ec2-linux-arm64
```

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

## Examples
Expand Down

0 comments on commit 7d21e16

Please sign in to comment.