Skip to content

Commit fe73119

Browse files
authored
Update README.md (#335)
1 parent 14d4dfc commit fe73119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ brew install ec2-instance-selector
4949
#### Install w/ Curl for Linux/Mac
5050

5151
```
52-
$ curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v2.4.1/ec2-instance-selector-`uname | tr '[:upper:]' '[:lower:]'`-amd64 && chmod +x ec2-instance-selector
53-
$ sudo mv ec2-instance-selector /usr/local/bin/
54-
$ ec2-instance-selector --version
52+
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v2.4.1/ec2-instance-selector-`uname | tr '[:upper:]' '[:lower:]'`-amd64 && chmod +x ec2-instance-selector
53+
sudo mv ec2-instance-selector /usr/local/bin/
54+
ec2-instance-selector --version
5555
```
5656

5757
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.

0 commit comments

Comments
 (0)