From c2e8dfdf334fa3878b87c59251145122e8d60262 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 6 Apr 2015 07:57:04 +0300 Subject: [PATCH] readme changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d80a4..58e27ff 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Ethereum Network Intelligence API This is the backend service which runs along with the node for tracking the ethereum network status, fetches information through the JSON-RPC and connects through WebSockets to [eth-netstats](https://github.com/cubedro/eth-netstats) and feed information constantly. ## Prerequisite -* cpp-ethereum +* eth or geth * node * npm ## Installation on Ubuntu -Fetch and run the build shell. This will install everything you need: latest cpp-ethereum - CLI (develop branch), node.js, npm, pm2. +Fetch and run the build shell. This will install everything you need: latest ethereum - CLI from develop branch (you can choose between eth or geth), node.js, npm & pm2. ```bash bash <(curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh)