aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 75b403a..fe1795a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,8 +5,6 @@
## 依赖
- Boost
-- [Crow](https://github.com/ipkn/crow)
-- [mstch](https://github.com/no1msd/mstch)
## 构建和运行
@@ -20,3 +18,9 @@ make && ./hivemind
![image](https://github.com/user-attachments/assets/cf8f4899-794d-4792-9e08-9c45e82c4891)
+## 鸣谢
+
+HiveMind使用了来自下面两个库的代码
+
+- [Crow](https://github.com/ipkn/crow)
+- [mstch](https://github.com/no1msd/mstch)