diff --git a/doc/FAQ.md b/doc/FAQ.md index fdec55155f951e92e5736f50b44a20c4c8fb3d9d..4ac3c128a91cbf1c30e6eddf0d164e285f6d9e8a 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -25,6 +25,14 @@ SOAR是命令行工具,开源版本无UI界面需要在 `cmd.exe` 下运行。 ![SOAR__Windows_Installation](https://wx4.sinaimg.cn/large/7143d93fly1fx9z0lw0k8g211j0jlkjo.gif) +## Windows 环境下 -query 文件找不到问题 + +![](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/windows_query_error.png) + +将 Window 文件后缀名显示打开,并检查文件名是否正确。 + +![](https://raw.githubusercontent.com/XiaoMi/soar/master/doc/images/windows_query_check.png) + ## Windows环境下双击`soar.windows-amd64`文件无反应。 `soar` 是命令行工具,不是图形化桌面工具,Windows环境需要在 `cmd.exe` 下以命令行方式运行。使用 `soar` 前您需要先熟悉Windows命令行使用。 diff --git a/doc/images/windows_query_check.png b/doc/images/windows_query_check.png new file mode 100644 index 0000000000000000000000000000000000000000..e92329d07315671da59526261e935311b9ceecd0 Binary files /dev/null and b/doc/images/windows_query_check.png differ diff --git a/doc/images/windows_query_error.png b/doc/images/windows_query_error.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5172e51690f15575db451f85663a9c14707caa Binary files /dev/null and b/doc/images/windows_query_error.png differ