diff --git a/FAQ.md b/FAQ.md
index 421b0078ba2bcb25105199ea18b78a4534552f8d..be5e639c0a20cf5fa1916401f1b7daa3c461a5eb 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -65,4 +65,8 @@
 
 原因: 使用了本地构建的 `internal-service` 导致 `service-provider.jar` 的 md5 与官方镜像中的不一致。
 
-解决方案:注释掉`benchmarker/workflow/benchmark/workflow.py` 中的43行 `self.check_signatures()`
\ No newline at end of file
+解决方案:注释掉`benchmarker/workflow/benchmark/workflow.py` 中的43行 `self.check_signatures()`
+
+## 04.  我是 windows 系统,想按照 localtest 搭建本机测试环境,应该怎么安装 wrk?
+
+请参考 [windows_localtest](https://code.aliyun.com/leezepeng/localtest) , 感谢选手 @李泽言 提供教程。
\ No newline at end of file