diff --git a/README.md b/README.md index d5621f1..cfe966e 100644 --- a/README.md +++ b/README.md @@ -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