Tim Dorr преди 9 години
родител
ревизия
b88c428743
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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