From 90e96142475486dfb58495c0c2bbdaec378428c6 Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 12 May 2015 03:53:58 +0300 Subject: [PATCH] updated readme.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ed097a..373568a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Ethereum Network Intelligence API ============ [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] -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. +This is the backend service which runs along with ethereum and tracks the network status, fetches information through JSON-RPC and connects through WebSockets to [eth-netstats](https://github.com/cubedro/eth-netstats) to feed information. For full install instructions please read the [wiki](https://github.com/ethereum/wiki/wiki/Network-Status). + ## Prerequisite * eth, geth or pyethapp @@ -10,7 +11,7 @@ This is the backend service which runs along with the node for tracking the ethe * npm -## Installation on Ubuntu +## Installation on an Ubuntu EC2 Instance 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.