From 8c5e8d3a6345e091ab3a73de34a4ef1fc255a0e7 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sat, 8 Nov 2014 03:02:24 -0800 Subject: [PATCH] Update README.md Added drone.io status, link bar --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c2b8a3..61b12cf9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ Tendermint in Golang +[**Website**](http://tendermint.com) **|** +[**Blog**](http://tendermint.com/posts/) **|** +[**Forum**] (http://forum.tendermint.com) **|** +**IRC:** #tendermint@freenode + Tendermint is a completely decentralized byzantine consensus protocol suitable for use in crypto-currencies. This project is a reference implementation of the protocol. @@ -15,11 +20,13 @@ This project is a reference implementation of the protocol. ## Build -go build -o tendermint github.com/tendermint/tendermint/cmd +[![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest) + +`go build -o tendermint github.com/tendermint/tendermint/cmd` ## Run -./tendermint daemon +`./tendermint daemon` ## Contribute