commit
9dbdd3307a
@ -1,11 +1,13 @@
|
|||||||
# ethcore
|
# ethcore
|
||||||
|
|
||||||
[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]
|
[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Join the chat at https://gitter.im/trogdoro/xiki][gitter-image]][gitter-url]
|
||||||
|
|
||||||
[travis-image]: https://travis-ci.com/ethcore/parity.svg?token=DMFvZu71iaTbUYx9UypX&branch=master
|
[travis-image]: https://travis-ci.com/ethcore/parity.svg?token=DMFvZu71iaTbUYx9UypX&branch=master
|
||||||
[travis-url]: https://travis-ci.com/ethcore/parity
|
[travis-url]: https://travis-ci.com/ethcore/parity
|
||||||
[coveralls-image]: https://coveralls.io/repos/github/ethcore/parity/badge.svg?branch=master&t=Fk0OuQ
|
[coveralls-image]: https://coveralls.io/repos/github/ethcore/parity/badge.svg?branch=master&t=Fk0OuQ
|
||||||
[coveralls-url]: https://coveralls.io/r/ethcore/parity?branch=master
|
[coveralls-url]: https://coveralls.io/r/ethcore/parity?branch=master
|
||||||
|
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
|
||||||
|
[gitter-url]: https://gitter.im/ethcore/parity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
|
|
||||||
### Building from source
|
### Building from source
|
||||||
|
|
||||||
|
@ -628,12 +628,11 @@ function run_installer()
|
|||||||
|
|
||||||
info "Building..."
|
info "Building..."
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo
|
echo
|
||||||
head "Parity is built!"
|
successHeading "Parity is built!"
|
||||||
info "Parity source code is in ${b}$(pwd)/parity${reset}. From that path, you can:"
|
info "Parity source code is in ${b}$(pwd)/parity${reset}. From there, you can:"
|
||||||
info "- Run a client & sync the chain with:"
|
info "- Run a client & sync the chain with:"
|
||||||
info " ${b}cargo run --release${reset}"
|
info " ${b}cargo run --release${reset}"
|
||||||
info "- Run a JSONRPC-capable client (for use with netstats) with:"
|
info "- Run a JSONRPC-capable client (for use with netstats) with:"
|
||||||
@ -641,7 +640,7 @@ function run_installer()
|
|||||||
info "- Run tests with:"
|
info "- Run tests with:"
|
||||||
info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}"
|
info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}"
|
||||||
info "- Install the client with:"
|
info "- Install the client with:"
|
||||||
info " ${b}sudo cp target/release/parity /usr/bin${reset}"
|
info " ${b}sudo cp parity/target/release/parity${reset}"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user