diff --git a/README-cratesio.md b/README-cratesio.md index 19644d2..836be4d 100644 --- a/README-cratesio.md +++ b/README-cratesio.md @@ -117,8 +117,6 @@ Clone the project and install dependencies. cargo install bundle_repo ``` - The DeepSeek tokenizer file is embedded in the binary, so no additional setup is required. - - From source: ```bash @@ -135,6 +133,12 @@ Clone the project and install dependencies. sudo mv ./target/release/bundlerepo /usr/local/bin ``` +- From a release binary + + Download the binary from the latest + [releases](https://github.com/seapagan/bundle-repo/releases/latest), unzip it + and move it to a directory in your `PATH` as above. + ### Running the Tool Use the GitHub short form: diff --git a/README.md b/README.md index add3c0e..0a1c148 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,6 @@ Clone the project and install dependencies. cargo install bundle_repo ``` - > [!NOTE] - > The DeepSeek tokenizer file is embedded in the binary, so no additional setup is required. - - From source: ```bash @@ -140,6 +137,12 @@ Clone the project and install dependencies. sudo mv ./target/release/bundlerepo /usr/local/bin ``` +- From a release binary + + Download the binary from the latest + [releases](https://github.com/seapagan/bundle-repo/releases/latest), unzip it + and move it to a directory in your `PATH` as above + ### Running the Tool Use the GitHub short form: