Skip to content

Commit

Permalink
chore: update readme (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 authored Oct 22, 2024
1 parent a96eef4 commit 52d2b69
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ Language.

## Quickstart

You can add Integraal to your project by adding this to its manifest:
You can add `integraal` as a dependency of your project by adding the following lines to its Cargo.toml:

```toml
# in the Cargo.toml

[dependencies]
# other deps...
# [dependencies]
integraal = { version = "*" }
```
or by running:

```sh
cargo add integraal
```

The Rust Doc is available for usage instructions, examples are provided with the source code / in the repository.

Expand All @@ -47,4 +49,4 @@ The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apac

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
dual licensed as above, without any additional terms or conditions.

0 comments on commit 52d2b69

Please sign in to comment.