Skip to content

Commit

Permalink
fix(README): use .env.template instead of .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ardelato committed Sep 12, 2023
1 parent 9282152 commit 1f33236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vigilo is a monitoring tool that automates Lighthouse audits and sends key metri
1. Clone the repo
2. Run `pnpm install`
3. Run `pnpm run build`
4. Run `cp .env.example .env`
4. Run `cp .env.template .env`
5. Add your Datadog API key and Datadog Application key to the `.env` file
6. Run `cp urls.example.json urls.json`
7. Add your URLs to the `urls.json` file
Expand Down

0 comments on commit 1f33236

Please sign in to comment.