Tim Dorr %!s(int64=9) %!d(string=hai) anos
pai
achega
b88c428743
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lessons/11-productionish-server/README.md

+ 3 - 1
lessons/11-productionish-server/README.md

@@ -58,8 +58,10 @@ app.listen(PORT, function() {
 
 Now run:
 
-```
+```sh
 NODE_ENV=production npm start
+# For Windows users:
+# SET NODE_ENV=production npm start
 ```
 
 Congratulations! You now have a production server for this app. After