mirror of https://github.com/vacp2p/pmtree.git
docs: delete status from readme
This commit is contained in:
parent
8d526391f5
commit
5e618fb529
13
README.md
13
README.md
|
@ -1,12 +1,15 @@
|
||||||
<h1 align="center">pmtree</h1>
|
<h1 align="center">pmtree</h1>
|
||||||
|
|
||||||
<p align="center">Persistent Merkle Tree in Rust</p>
|
<h3 align="center">Persistent Merkle Tree in Rust</h3>
|
||||||
|
|
||||||
![last commit status](https://github.com/Rate-Limiting-Nullifier/pmtree/workflows/Build-Test-Fmt/badge.svg)
|
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
|
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