| 组件 | 版本要求 | 说明 |
|---|---|---|
| Rust | 最新稳定版 | 通过 rustup 安装 |
| Git | 2.0+ | 用于克隆项目仓库 |
# 方式一:cargo install(推荐) cargo install daatlocus # 方式二:从源码编译 git clone https://github.com/shadow3aaa/DaatLocus cd DaatLocus cargo build --release # 二进制在 ./target/release/daatlocus
完成安装后,运行以下命令确认一切正常:
# 验证安装 daatlocus --version # 或 daatlocus --help
AI Skill Hub 安装教程页 · 基于公开数据整理,实际安装请以官方文档为准。License:Apache-2.0