mirror of https://github.com/vacp2p/pmtree.git
docs: delete status from readme
This commit is contained in:
parent
8d526391f5
commit
5e618fb529
11
README.md
11
README.md
|
@ -1,12 +1,15 @@
|
|||
<h1 align="center">pmtree</h1>
|
||||
|
||||
<p align="center">Persistent Merkle Tree in Rust</p>
|
||||
|
||||
![last commit status](https://github.com/Rate-Limiting-Nullifier/pmtree/workflows/Build-Test-Fmt/badge.svg)
|
||||
<h3 align="center">Persistent Merkle Tree in Rust</h3>
|
||||
|
||||
## How to use
|
||||
```toml
|
||||
[dependencies]
|
||||
|
||||
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
|
||||
```
|
||||
|
||||
## Clone & Build
|
||||
```bash
|
||||
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree
|
||||
cargo build --release
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue