Skip to content

Commit b33a58a

Browse files
committed
up readme installation version
1 parent 7b07f42 commit b33a58a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Instance Selector can also be consumed as a go library for direct integration in
4040
## Installation and Configuration
4141

4242
```
43-
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v0.8.0/ec2-instance-selector-`uname | tr '[:upper:]' '[:lower:]'`-amd64 && chmod +x ec2-instance-selector
43+
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v0.8.3/ec2-instance-selector-`uname | tr '[:upper:]' '[:lower:]'`-amd64 && chmod +x ec2-instance-selector
4444
```
4545

4646
To execute the CLI, you will need AWS credentials configured. Take a look at the [AWS CLI configuration documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#config-settings-and-precedence) for details on the various ways to configure credentials. An easy way to try out the ec2-instance-selector CLI is to populate the following environment variables with your AWS API credentials.
@@ -124,7 +124,7 @@ $ ec2-instance-selector --help
124124
```bash#help
125125
ec2-instance-selector is a CLI tool to filter EC2 instance types based on resource criteria.
126126
Filtering allows you to select all the instance types that match your application requirements.
127-
Full docs can be found at github.com/aws/ec2-instance-selector
127+
Full docs can be found at github.com/aws/amazon-ec2-instance-selector
128128
129129
Usage:
130130
ec2-instance-selector [flags]

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func main() {
8383
shortUsage := "A tool to filter EC2 Instance Types based on various resource criteria"
8484
longUsage := binName + ` is a CLI tool to filter EC2 instance types based on resource criteria.
8585
Filtering allows you to select all the instance types that match your application requirements.
86-
Full docs can be found at github.com/aws/` + binName
86+
Full docs can be found at github.com/aws/amazon-` + binName
8787
examples := fmt.Sprintf(`%s --vcpus 4 --region us-east-2 --availability-zone us-east-2b
8888
%s --memory-min 4096 --memory-max 8192 --vcpus-min 4 --vcpus-max 8 --region us-east-2`, binName, binName)
8989

0 commit comments

Comments
 (0)