diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe1795a --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# HiveMind + +万智牌轮抽工具 + +## 依赖 + +- Boost + +## 构建和运行 + +``` +git clone https://github.com/mistivia/hive-mind.git +cd hive-mind +make && ./hivemind +``` + +## 截图 + + + +## 鸣谢 + +HiveMind使用了来自下面两个库的代码 + +- [Crow](https://github.com/ipkn/crow) +- [mstch](https://github.com/no1msd/mstch) |
