Skip to content

Commit b04ccee

Browse files
kristofentimdorr
authored andcommitted
added '&&' for Windows command to work (reactjs#202)
* added '&&' for Windows command to work added '&&' for Windows command to work * added quotes
1 parent c748dc2 commit b04ccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/11-productionish-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now run:
6161
```sh
6262
NODE_ENV=production npm start
6363
# For Windows users:
64-
# SET NODE_ENV=production npm start
64+
# SET "NODE_ENV=production" && npm start
6565
```
6666

6767
Congratulations! You now have a production server for this app. After

0 commit comments

Comments
 (0)