From 7b64774a3209118a2684fb5a1e9484981e14cff5 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 31 Dec 2014 16:57:38 -0800 Subject: [PATCH] Update README --- LICENSE.md | 3 +++ README.md | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..8275b0849 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL. +MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system. +For my true peers, my publishing this code is good enough. diff --git a/README.md b/README.md index c79e7faa6..cab3cd1c2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [**Forum**] (http://forum.tendermint.com) **|** [**IRC**] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) -**NOTICE** A ton of the non-consensus logic is being refactored in prepration for the testnet which will be available around the end of this year 2014. Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL. MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system. For my true peers, my publishing this code is good enough. - Tendermint in Golang Tendermint is a completely decentralized byzantine consensus protocol suitable for use in cryptocurrencies. @@ -29,13 +27,13 @@ This project is a reference implementation of the protocol. [![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest) ``` -go get github.com/tendermint/tendermint/... -go build -o tendermint github.com/tendermint/tendermint/cmd +make get_deps +make ``` ## Run -`./tendermint daemon` +`./tendermint daemon --help` ## Resources