diff --git a/README.md b/README.md index c7c2b31..535cc68 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,10 @@ aws: region: your-aws-region ``` +You can also generate a new configuration file with the 'generate' command: + +``` +tailtrail generate --profile your-aws-profile --region your-aws-region +``` + Replace your-aws-profile with the name of your AWS profile, and your-aws-region with your AWS region (for example, us-east-1). This profile and region will be used by tailtrail to authenticate with AWS and tail user actions in AWS CloudTrail. \ No newline at end of file