File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,22 +51,22 @@ brew install aws-simple-ec2-cli
51
51
52
52
#### MacOS/Linux
53
53
```
54
- curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11 .0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
54
+ curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12 .0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
55
55
chmod +x simple-ec2
56
56
```
57
57
58
58
#### ARM Linux
59
59
```
60
- curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11 .0/simple-ec2-linux-arm
60
+ curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12 .0/simple-ec2-linux-arm
61
61
```
62
62
63
63
```
64
- curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11 .0/simple-ec2-linux-arm64
64
+ curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12 .0/simple-ec2-linux-arm64
65
65
```
66
66
67
67
#### Windows
68
68
```
69
- curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11 .0/simple-ec2-windows-amd64.exe
69
+ curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12 .0/simple-ec2-windows-amd64.exe
70
70
```
71
71
72
72
## Examples
You can’t perform that action at this time.
0 commit comments