Update README.md

This commit is contained in:
Marek Kotewicz 2016-12-14 14:43:55 +01:00 committed by GitHub
parent de17073b5e
commit 6c31893120
1 changed files with 11 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The Parity Bitcoin client
- [Logging](#logging)
- [Internal Documentation][doc-url]
- [Internal Documentation](#internal-documentation)
- [Project Graph][graph]
@ -214,3 +214,13 @@ RUST_LOG=sync=trace,p2p=trace,verification=trace,db=trace
```
*note* `RUST_LOG` does not work together with command line option `--print-to-console`
## Internal documentation
Once released, `pbtc` documentation will be available [here][doc-url]. Meanwhile it's only possible to build it locally:
```
cd parity-bitcoin
cargo doc
open target/doc/pbtc/index.html
```