Merge pull request #369 from ethcore/readmefix

Update README for new PPAs.
This commit is contained in:
Arkadiy Paronyan 2016-02-08 00:39:23 +01:00
commit 1409927a82
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@
### Building from source ### Building from source
##### Ubuntu 14.04 ##### Ubuntu 14.04, 15.04, 15.10
```bash ```bash
# install rocksdb # install rocksdb
add-apt-repository "deb http://ppa.launchpad.net/giskou/librocksdb/ubuntu trusty main" add-apt-repository ppa:ethcore/ethcore
apt-get update apt-get update
apt-get install -y --force-yes librocksdb apt-get install -y --force-yes librocksdb
@ -32,7 +32,7 @@ cd parity
cargo build --release cargo build --release
``` ```
##### Linux ##### Other Linux
```bash ```bash
# install rocksdb # install rocksdb