Skip to content

Commit 400b438

Browse files
committed
added large code block for byoc too
1 parent 43ca002 commit 400b438

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

starter-sample/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ defang compose up
4444
If you want to deploy to your own cloud account, you can use Defang BYOC:
4545

4646
1. [Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
47-
2. Run `defang --provider=aws up` in a terminal that has access to your AWS environment variables.
47+
2. Run in a terminal that has access to your AWS environment variables:
48+
```bash
49+
defang --provider=aws compose up
50+
```
4851

4952
---
5053

0 commit comments

Comments
 (0)