Skip to content

Commit 1e7548b

Browse files
authored
Merge pull request #3302 from diegosouzajp/patch-6
Update part2c.md
2 parents a19c1f1 + 7713ff2 commit 1e7548b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/zh/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ Error: listen EADDRINUSE 0.0.0.0:3001
766766
假设api-key是<i>t0p53cr3t4p1k3yv4lu3</i>,当应用像这样启动时。
767767

768768
```bash
769-
REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 npm start // For Linux/macOS Bash
769+
export REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 && npm start // For Linux/macOS Bash
770770
($env:REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3) -and (npm start) // For Windows PowerShell
771771
set REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 && npm start // For Windows cmd.exe
772772
```

0 commit comments

Comments
 (0)