Skip to content

Commit 3089013

Browse files
docs: fix path for .env
1 parent aa66462 commit 3089013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pnpm i
109109

110110
```sh
111111
cd references/hello-world
112-
cp .env.example .env
112+
cp ../../.env.example .env
113113
pnpm exec trigger login -a http://localhost:3030
114114
```
115115

0 commit comments

Comments
 (0)