Skip to content

Commit 3d50995

Browse files
committed
Update readme.md
1 parent 9645cda commit 3d50995

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

readme.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ A blazing fast Rust type generator for [ConvexDB](https://www.convex.dev) schema
2222

2323
## Quick Start
2424

25-
1. Add dependencies to your `Cargo.toml`:
25+
1. Add dependencies using cargo:
2626

27-
```toml
28-
[dependencies]
29-
convex-typegen = "0.1.1"
30-
31-
[build-dependencies]
32-
convex-typegen = "0.1.1"
27+
```bash
28+
cargo add convex-typegen
29+
cargo add --build convex-typegen
3330
```
3431

3532
2. Add the following to your `build.rs` file:

0 commit comments

Comments
 (0)