Skip to content

Commit 32fd1fd

Browse files
committed
Add cargo installation instructions to README
Added installation instructions for cargo.
1 parent a26779e commit 32fd1fd

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CLAUDE.md

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ The index automatically rebuilds when the model changes. See [BENCHMARK.md](BENC
150150

151151
Pre-built binaries for macOS and Linux are available on the [releases page](https://github.com/mtrojer/vecgrep/releases). Download the appropriate archive, extract it, and place the `vecgrep` binary on your `PATH`.
152152

153+
Install with mise:
154+
155+
```bash
156+
mise use github:martintrojer/vecgrep
157+
```
158+
159+
Install with cargo:
160+
161+
```bash
162+
cargo install vecgrep
163+
```
164+
153165
To build from source:
154166

155167
```bash

0 commit comments

Comments
 (0)