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.