Yek Installation Guide
Yek offers a variety of installation options to suit different development environments:
One-Click Installation Program
- Unix-like system(macOS/Linux):
curl -fsSL https://bodo.run/yek.sh | bash - Windows system::
irm https://bodo.run/yek.ps1 | iex
Source code compilation program
- Cloning Warehouse:
git clone https://github.com/bodo-run/yek.git - Go to the catalog:
cd yek - Release compilation:
cargo build --release
After compilation, it is recommended to add the executable file to the system PATH environment variable for global invocation.
This answer comes from the articleYek: reading git repository text files and quickly chunking them for use in large modelsThe































