Skip to content

Commit 1f33236

Browse files
committed
fix(README): use .env.template instead of .env.example
1 parent 9282152 commit 1f33236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Vigilo is a monitoring tool that automates Lighthouse audits and sends key metri
77
1. Clone the repo
88
2. Run `pnpm install`
99
3. Run `pnpm run build`
10-
4. Run `cp .env.example .env`
10+
4. Run `cp .env.template .env`
1111
5. Add your Datadog API key and Datadog Application key to the `.env` file
1212
6. Run `cp urls.example.json urls.json`
1313
7. Add your URLs to the `urls.json` file

0 commit comments

Comments
 (0)