fix readme links [ci skip]

This commit is contained in:
Ethan Buchman 2017-01-29 13:38:54 -08:00
parent 9707cb4471
commit 846e6d3bda
1 changed files with 5 additions and 1 deletions

View File

@ -27,9 +27,13 @@ To get started developing applications, see the [application developers guide](h
## Install
To download pre-built binaries, see our [downloads page](https://tendermint.com/intro/getting-started/download).
To install from source, you should be able to:
`go get -u github.com/tendermint/tendermint/cmd/tendermint`
For more details (or if it fails), see the [install guide](https://tendermint.com/intro/getting-started/install).
For more details (or if it fails), see the [install guide](https://tendermint.com/docs/guides/install).
## Contributing