Skip to content

Commit a4dda40

Browse files
authored
Update README.md (#107)
need to get into the directory, before running the install scripts.
1 parent c731137 commit a4dda40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If it's easier for you, you can deploy from an AWS Cloud9 environment using the
113113
5. Once, the environment is deployed, click `Open` under `Cloud9 IDE`
114114
6. In the terminal, run the following commands:
115115
7. `git clone https://github.com/aws-samples/genai-gateway.git`
116-
8. run `sudo ./install-cloud9-prerequisites.sh` (This will install `jq`, `terraform`, and `kubectl` for you. All other dependencies are pre-installed on Cloud9)
116+
8. 'cd genai-gateway/' and run `sudo ./install-cloud9-prerequisites.sh` (This will install `jq`, `terraform`, and `kubectl` for you. All other dependencies are pre-installed on Cloud9)
117117
9. Due to a limitation in Cloud 9, the built-in credentials only last 15 minutes. This will always cause your deployments to fail. To avoid this, you MUST do the following
118118
* Open up the credentials file via `vi ~/.aws/credentials`
119119
* Paste in your own credentials that have admin access, and will last at least an hour.

0 commit comments

Comments
 (0)