updated README.md and enabled docs generation

This commit is contained in:
debris 2017-04-27 16:00:18 +02:00
parent edd58ff11c
commit 60c542f978
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ script:
- ./tools/bench.sh
- echo -en 'travis_fold:end:bench'
after_success: |
[ false ] &&
[ true ] &&
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = stable ] &&

View File

@ -22,15 +22,15 @@ The Parity Bitcoin client
- [Project Graph][graph]
[graph]: ./tools/graph.svg
[travis-image]: https://travis-ci.com/ethcore/parity-bitcoin.svg?token=DMFvZu71iaTbUYx9UypX&branch=master
[travis-url]: https://travis-ci.com/ethcore/parity-bitcoin
[doc-url]: https://ethcore.github.io/parity-bitcoin/pbtc/index.html
[travis-image]: https://travis-ci.com/paritytech/parity-bitcoin.svg?token=DMFvZu71iaTbUYx9UypX&branch=master
[travis-url]: https://travis-ci.com/paritytech/parity-bitcoin
[doc-url]: https://paritytech.github.io/parity-bitcoin/pbtc/index.html
## Install guide
As for now `pbtc` can be installed only from source. It requires `rustc` and `cargo`.
Minimal supported version is `rustc 1.13.0 (2c6933acc 2016-11-07)`
Minimal supported version is `rustc 1.16.0 (30cf806ef 2017-03-10)`
#### Install rustc and cargo