Skip to content

Commit

Permalink
add quickstart section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed May 5, 2024
1 parent 12453f6 commit b58b650
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Language.

## Quickstart

You can add Integraal to your project by adding this to its manifest:

```
# Cargo.toml
[dependencies]
# other deps...
integraal = { version = "*" }
```

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

## Contributing

Contributions are welcome and accepted as pull requests on [GitHub][GH]. Feel free to file an issue to report bugs,
Expand Down

0 comments on commit b58b650

Please sign in to comment.