From fe73119e22985bd7194c8afa0b289de268ec50f5 Mon Sep 17 00:00:00 2001 From: "Manuel J. Bernal" Date: Mon, 14 Oct 2024 01:29:17 +0200 Subject: [PATCH] Update README.md (#335) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb985c8..f0b1e40 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ brew install ec2-instance-selector #### Install w/ Curl for Linux/Mac ``` -$ 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 -$ sudo mv ec2-instance-selector /usr/local/bin/ -$ ec2-instance-selector --version +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 +sudo mv ec2-instance-selector /usr/local/bin/ +ec2-instance-selector --version ``` 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.