Skip to content

Commit

Permalink
update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Feb 28, 2025
1 parent 16f404f commit f352369
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README-cratesio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit f352369

Please sign in to comment.