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