Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #456 from ethcore/beta-instructions
Browse files Browse the repository at this point in the history
(BETA) instructions for beta release channel
  • Loading branch information
NikVolf committed Feb 17, 2016
2 parents 02e3887 + 1294eb0 commit 98dcd9c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![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.org/ethcore/parity.svg?branch=master
[travis-image]: https://travis-ci.org/ethcore/parity.svg?branch=beta
[travis-url]: https://travis-ci.org/ethcore/parity
[coveralls-image]: https://coveralls.io/repos/github/ethcore/parity/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/ethcore/parity?branch=master
[coveralls-image]: https://coveralls.io/repos/github/ethcore/parity/badge.svg?branch=beta
[coveralls-url]: https://coveralls.io/github/ethcore/parity?branch=beta
[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

Expand All @@ -25,11 +25,11 @@ apt-get install -y --force-yes librocksdb-dev
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes

# install nightly and make it default
multirust update nightly
multirust default nightly
multirust update nightly-2016-02-14
multirust default nightly-2016-02-14

# download and build parity
git clone https://github.com/ethcore/parity
git clone -b beta https://github.com/ethcore/parity
cd parity
cargo build --release
```
Expand All @@ -49,11 +49,11 @@ cd ..
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sudo sh -s -- --yes

# install nightly and make it default
sudo multirust update nightly
sudo multirust default nightly
sudo multirust update nightly-2016-02-14
sudo multirust default nightly-2016-02-14

# download and build parity
git clone https://github.com/ethcore/parity
git clone -b beta https://github.com/ethcore/parity
cd parity
cargo build --release
```
Expand All @@ -67,10 +67,10 @@ brew install rocksdb
brew install multirust

# install nightly and make it default
multirust update nightly && multirust default nightly
multirust update nightly-2016-02-14 && multirust default nightly-2016-02-14

# download and build parity
git clone https://github.com/ethcore/parity
git clone -b beta https://github.com/ethcore/parity
cd parity
cargo build --release
```
Expand Down

0 comments on commit 98dcd9c

Please sign in to comment.