We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6d457 commit 3274aa3Copy full SHA for 3274aa3
README.md
@@ -52,7 +52,7 @@ brew install ec2-instance-selector
52
```
53
os=$(uname | tr 'A-Z' 'a-z')
54
arch=$(printf "%s" "$(uname -m | tr 'A-Z' 'a-z' | sed -E 's/x86_64|i[3-6]86/amd64/;s/aarch64|arm64/arm64/')")
55
-curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v3.1.0/ec2-instance-selector-$os-$arch && chmod +x ec2-instance-selector
+curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/latest/download/ec2-instance-selector-$os-$arch && chmod +x ec2-instance-selector
56
sudo mv ec2-instance-selector /usr/local/bin/
57
ec2-instance-selector --version
58
0 commit comments