Skip to content

Commit c93840c

Browse files
authored
Merge pull request #3284 from diegosouzajp/patch-1
Update part2e.md
2 parents 2a4dec6 + e7ad1cb commit c93840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ If you use Open weather map, [here](https://openweathermap.org/weather-condition
610610
Assuming the api-key is <i>54l41n3n4v41m34rv0</i>, when the application is started like so:
611611
612612
```bash
613-
VITE_SOME_KEY=54l41n3n4v41m34rv0 && npm run dev// For Linux/macOS Bash
613+
export VITE_SOME_KEY=54l41n3n4v41m34rv0 && npm run dev // For Linux/macOS Bash
614614
($env:VITE_SOME_KEY="54l41n3n4v41m34rv0") -and (npm run dev) // For Windows PowerShell
615615
set "VITE_SOME_KEY=54l41n3n4v41m34rv0" && npm run dev // For Windows cmd.exe
616616
```

0 commit comments

Comments
 (0)