From 4bc9b1fcb3591f60d6c3d3c03c710e210918917d Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 8 Jan 2014 23:42:23 +0100 Subject: [PATCH] Updated readme --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7449c439a4..05276a1130 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -[![Build -Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum) +Ethereum +======== -This is the Go implementation of the Ethereum protocol. It's far from being finished. +[![Build Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum) + +Ethereum Go + +Deps +==== + +Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. + +Install +======= ```go get https://github.com/ethereum/go-ethereum``` -** The Python reference implementation can be found at https://github.com/ethereum/pyethereum ** -## Command line options +Command line options +==================== -db will launch the db query tool.