From fc33801fdc2459d8bbf43ffff3c65cef3e9baf99 Mon Sep 17 00:00:00 2001 From: - Date: Tue, 13 Oct 2020 13:59:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20README=5FCN.md.=20=E4=BF=AE=E6=94=B9wi?= =?UTF-8?q?ndows=E7=9A=84bat=E6=96=87=E4=BB=B6=E6=B3=A8=E9=87=8A=E5=92=8Cl?= =?UTF-8?q?inux=E7=9A=84sh=E6=96=87=E4=BB=B6=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index c3fadc7..01cef18 100644 --- a/README_CN.md +++ b/README_CN.md @@ -10,8 +10,8 @@ English version goes [here](README.md). git clone https://github.com/wl4g/xcloud-webconsole.git # 上游,最新 # git clone https://gitee.com/wl4g/xcloud-webconsole.git cd xcloud-webconsole/scripts -./build.sh # 交叉编译为Windows程序 -# build.bat # 交叉编译为Linux程序 +./build.sh # 交叉编译为Linux程序 +# build.bat # 交叉编译为Windows程序 ``` #### 2. 部署到nginx支持https. (可选) -- Gitee