You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Step 3: Create your project
58
58
dotnet new humidifier.sln --name Example --output Example --env test --region us-west-2 --stack example --profile default
59
59
```
60
60
61
-
This will generate the solution in the `--output` folder. The `--profile` flag is your AWS credential profile.
61
+
This will generate the solution in the `--output` folder. The `--profile` flag is your AWS credential profile. To setup a AWS profile, follow the docs on how to [configure the AWS Cli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) here.
0 commit comments