Skip to content

Commit a2755ed

Browse files
committed
[dev] upd env variable setup in README
1 parent 4fb84c1 commit a2755ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you prefer running locally without Docker:
8282

8383
```bash
8484
npm install
85-
cp .env.example .env
85+
cp .env.dev.example .env
8686
# Edit .env with your API keys
8787

8888
npm run dev:backend # http://localhost:3001

0 commit comments

Comments
 (0)