From ad8ee2699d446e12ffbe2b3cf4f4f2e39dcda8b6 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Tue, 7 Nov 2023 10:47:12 -0700 Subject: [PATCH] Add install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4ee8556..6a606a3 100644 --- a/README.md +++ b/README.md @@ -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