Update README for new PPAs.

This commit is contained in:
Gav Wood 2016-02-08 00:07:09 +01:00
parent 564a191e36
commit e097d504a4
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