瀏覽代碼

docs(README): add optional wine dependency

evshiron 8 年之前
父節點
當前提交
bf3e44bd9b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -36,6 +36,9 @@ Although NW.js has much lesser popularity than Electron, and is really troubled
 * Install `nwjs-builder-phoenix` as a `devDependencies` of your NW.js project as follows:
 
 ```shell
+# Optional wine for building for Windows on other platforms.
+# The command may differ in different Linux distributions.
+#sudo apt-get install wine
 npm install nwjs-builder-phoenix --save-dev
 ```