diff options
| author | Mistivia <i@mistivia.com> | 2025-01-15 19:12:12 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-01-15 19:12:46 +0800 |
| commit | 4da382953c830a61ae24ccbe95c4241db8788269 (patch) | |
| tree | 31f6d184273274e2660516d1ac1146b5661f20b6 /Readme.md | |
restore
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..0557d5e --- /dev/null +++ b/Readme.md @@ -0,0 +1,31 @@ +# HiveMind + +万智牌轮抽工具 + +目前仍处于早期阶段 + +## 依赖 + +- Boost +- [Crow](https://github.com/ipkn/crow) +- [mstch](https://github.com/no1msd/mstch) + +## 构建和运行 + +``` +git clone https://github.com/nebula-moe/hive-mind.git +cd hive-mind +make && ./hivemind +``` + +或者直接使用二进制发布包 + +``` +curl https://github.com/nebula-moe/hive-mind/releases/download/v0.1.1/hivemind-release-v0.1.1-linux-amd64.tar.gz -o hivemind.tgz +tar -xf hivemind.tgz +./hivemind 8080 # start a web server listening port 8080 +``` + +## 截图 + + |
