Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Droplr/aws-env
Browse files Browse the repository at this point in the history
  • Loading branch information
orfin committed Jul 10, 2017
2 parents befe6fa + 4e4e3b4 commit 35a45c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $ aws ssm put-parameter --name /prod/my-app/DB_USERNAME --value "Username" --typ
$ aws ssm put-parameter --name /prod/my-app/DB_PASSWORD --value "SecretPassword" --type SecureString --key-id "alias/aws/ssm" --region us-west-2
```

2. Install aws-env (choose proper [build version](https://github.com/Droplr/aws-env/tree/master/bin))
````
2. Install aws-env (choose proper [prebuilt binary](https://github.com/Droplr/aws-env/tree/master/bin))
```
$ wget https://github.com/Droplr/aws-env/raw/master/bin/aws-env-linux-amd64 -O aws-env
```

Expand Down

0 comments on commit 35a45c0

Please sign in to comment.