Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit b04ccee

Browse files
kristofentimdorr
authored andcommitted
added '&&' for Windows command to work (#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

Lines changed: 1 addition & 1 deletion
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)