Skip to content

Commit de05b06

Browse files
author
Ryan Gorup
committed
Fix incorrect readme
1 parent 22267ff commit de05b06

File tree

1 file changed

+6
-6
lines changed
  • utilities/aws-codedeploy-session-helper

1 file changed

+6
-6
lines changed

Diff for: utilities/aws-codedeploy-session-helper/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@ Note: When using the gem for installation, get_sts_creds will be added to your P
5959
```
6060
// Amazon Linux should have git, ruby, and gem installed
6161
$ gem install aws-sdk-core
62-
$ git clone https://github.com/aws/aws-codedeploy-session-helper.git OR gem install aws-codedeploy-session-helper
63-
$ bin/get_sts_creds <args>
62+
$ git clone https://github.com/awslabs/aws-codedeploy-samples.git OR gem install aws-codedeploy-session-helper
63+
$ utilities/aws-codedeploy-session-helper/bin/get_sts_creds <args>
6464
```
6565
### Ubuntu
6666
```
6767
$ sudo apt-get install ruby // if not installed
6868
$ sudo apt-get install rubygems // if not installed. For 14.04, try rubygems-integration
6969
$ sudo apt-get install git // if not installed and using git clone to install instead of gem
7070
$ sudo gem install aws-sdk-core
71-
$ git clone https://github.com/aws/aws-codedeploy-session-helper.git OR gem install aws-codedeploy-session-helper
72-
$ bin/get_sts_creds <args>
71+
$ git clone https://github.com/awslabs/aws-codedeploy-samples.git OR gem install aws-codedeploy-session-helper
72+
$ utilities/aws-codedeploy-session-helper/bin/get_sts_creds <args>
7373
```
7474
### Windows
7575
1. Install Ruby from rubyinstaller.org (the 2.3 version comes w/ Gem)
7676
1. `> gem install aws-sdk-core`
7777
1. Install Git from https://git-scm.com/download/win
78-
1. `> git clone https://github.com/aws/aws-codedeploy-session-helper.git` OR `> gem install aws-codedeploy-session-helper`
78+
1. `> git clone https://github.com/awslabs/aws-codedeploy-samples.git` OR `> gem install aws-codedeploy-session-helper`
7979
1. `> chdir <install dir>`
80-
1. `> ruby bin/get_sts_creds <args>`
80+
1. `> ruby utilities/aws-codedeploy-session-helper/bin/get_sts_creds <args>`
8181
## Automation
8282
For a Linux machine, you can automate the execution of this tool with the following cron
8383
```

0 commit comments

Comments
 (0)