Skip to content

Commit

Permalink
chore(docs): utility startup details added (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijugeorge173 committed Dec 14, 2023
1 parent 0ce3983 commit 5d9a32f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ or as an AWS Lambda function.
1. Download [the latest release](https://github.com/newrelic/nr-entity-tag-sync/releases)
for your platform
2. Extract the archive to a new directory
3. Create a new configuration file from
[the sample configuration file](configs/config.sample.yml)
4. Set the appropriate environment variables
3. Make a copy of config.yml from [the sample configuration file](configs/config.sample.yml) and place it
inside 'configs' folder created at same folder location as the CMDB utility executable.
4. Set the appropriate environment variables. Environment variable 'NEW_RELIC_LICENSE_KEY' is mandatory.
5. Execute the application

### AWS Lambda Installation
Expand Down

0 comments on commit 5d9a32f

Please sign in to comment.