Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Dec 21, 2023
1 parent e3e9a3f commit 9cc3841
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ Warning: This project is in early alpha and should not be used in production!

Import the project using:

```bash
cargo add bonsaimq
```

or

```toml
# adjust the version to the latest version:
bonsaimq = "0.2.0"
bonsaimq = "0.3.0"
# or
bonsaimq = { git = "https://github.com/FlixCoder/bonsaimq" }
```
Expand Down

0 comments on commit 9cc3841

Please sign in to comment.