From a2d2fdf2f6afe9d554123020ee446c807c7b92f1 Mon Sep 17 00:00:00 2001 From: Rohan Singh Date: Sun, 30 Sep 2018 23:24:51 +0530 Subject: [PATCH] added missing line in the installation procedure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b43d..e5aa5a9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ ChainKeeper is a web application to explore and analyze block-chain data for use ```sh $ cd ChainKeeper +$ cd chainkeeper_app $ npm install $ npm start ```