diff --git a/README.md b/README.md index a73c5f7..a7148be 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@

pmtree

-

Persistent Merkle Tree in Rust

- -![last commit status](https://github.com/Rate-Limiting-Nullifier/pmtree/workflows/Build-Test-Fmt/badge.svg) +

Persistent Merkle Tree in Rust

## How to use ```toml [dependencies] - pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" } -``` \ No newline at end of file +``` + +## Clone & Build +```bash +git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree +cargo build --release +```