ruki 5 лет назад
Родитель
Сommit
fc35343464
2 измененных файлов с 6 добавлено и 2 удалено
  1. 3 1
      guide/installation.md
  2. 3 1
      zh-cn/guide/installation.md

+ 3 - 1
guide/installation.md

@@ -27,7 +27,9 @@ Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicPars
 ### via installer
 
 1. Download xmake windows installer from [Releases](https://github.com/xmake-io/xmake/releases)
-2. Run xmake-[version].exe
+2. Run xmake-[version].[win32|win64].exe
+
+!> Releases/xmake-[version].[win32|win64].zip has not installer, we need unzip it and add PATH environment variables by ourself.
 
 ### via scoop
 

+ 3 - 1
zh-cn/guide/installation.md

@@ -28,7 +28,9 @@ Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicPars
 ### 使用安装包
 
 1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载windows安装包
-2. 运行安装程序 xmake-[version].exe
+2. 运行安装程序 xmake-[version].[win32|win64].exe
+
+!> releases下面xmake-[version].[win32|win64].zip的包是不带安装程序的,可直接解压使用,绿色无依赖,不过需要自己添加PATH环境变量。
 
 ### 使用scoop