Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Nov 7, 2023
1 parent 5409365 commit ad8ee26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A simple CLI to validate tendermint/cometbft p2p addresses, both for reachability and correct Node ID (ed25519 authentication)

### Install

```bash
git clone https://github.com/strangelove-ventures/tmp2p.git
cd tmp2p
make install
```

### Usage

``` bash
Expand Down

0 comments on commit ad8ee26

Please sign in to comment.