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

added '&&' for Windows command to work #202

Merged
merged 2 commits into from
Jul 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lessons/11-productionish-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Now run:
```sh
NODE_ENV=production npm start
# For Windows users:
# SET NODE_ENV=production npm start
# SET "NODE_ENV=production" && npm start
```

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