Update README.md

This commit is contained in:
Arkadiy Paronyan 2017-02-07 22:13:52 +01:00 committed by GitHub
parent 810ec3558a
commit 86dbd50957
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do
$ curl https://sh.rustup.rs -sSf | sh
```
Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl` and `pkg-config` packages to be installed.
Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl`, `libudev-dev` and `pkg-config` packages to be installed.
- OSX:
```bash
$ curl https://sh.rustup.rs -sSf | sh