瀏覽代碼

Add #111 manually.

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