From 1c95f542f653629545b5ee851302178cc65eac9c Mon Sep 17 00:00:00 2001 From: OctoPie23 Date: Thu, 19 Jan 2023 12:55:13 +0545 Subject: [PATCH] Add in installation guide to include git clone Signed-off-by: OctoPie23 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b43d..5b37a3b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ ChainKeeper is a web application to explore and analyze block-chain data for use ### Installation ```sh +$ git clone https://github.com/OctoPie23/ChainKeeper.git $ cd ChainKeeper $ npm install $ npm start