From 5e618fb5290ffb941c1269755a261ace921b4972 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Tue, 11 Oct 2022 20:21:26 +0300 Subject: [PATCH] docs: delete status from readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 +```