Yek安装指南
Yek提供多种安装方式以适应不同开发环境:
一键安装方案
- Unix-like系统(macOS/Linux):
curl -fsSL https://bodo.run/yek.sh | bash
- Windows system::
irm https://bodo.run/yek.ps1 | iex
源码编译方案
- Cloning Warehouse:
git clone https://github.com/bodo-run/yek.git
- Go to the catalog:
cd yek
- Release编译:
cargo build --release
编译完成后,建议将可执行文件添加到系统PATH环境变量以方便全局调用。
This answer comes from the articleYek: reading git repository text files and quickly chunking them for use in large modelsThe