Skip to content

Commit

Permalink
Update Cloud9 setup instruction (#608)
Browse files Browse the repository at this point in the history
* Update Cloud9 setup instruction

Update Cloud9 setup instruction to clone repo prior to resizing the volume

* Update docs/guide/deploy.md

Co-authored-by: Charles Marion <chmrion@amazon.com>

---------

Co-authored-by: Charles Marion <chmrion@amazon.com>
  • Loading branch information
agasthik and charles-marion authored Dec 2, 2024
1 parent 4f31bd7 commit 6c5302e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ The default EBS volume create with the Cloud9 instance is too small and you need
To do this, run the following command from the Cloud9 terminal:

```
git clone https://github.com/aws-samples/aws-genai-llm-chatbot.git
cd aws-genai-llm-chatbot/
chmod +x scripts/cloud9-resize.sh
./scripts/cloud9-resize.sh
```

Expand Down

0 comments on commit 6c5302e

Please sign in to comment.