Skip to content

Commit 3274aa3

Browse files
authored
Update setup command to get latest release (#421)
1 parent 4b6d457 commit 3274aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ brew install ec2-instance-selector
5252
```
5353
os=$(uname | tr 'A-Z' 'a-z')
5454
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
55+
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
5656
sudo mv ec2-instance-selector /usr/local/bin/
5757
ec2-instance-selector --version
5858
```

0 commit comments

Comments
 (0)