README.md: update the list of dependencies (#8864)

This commit is contained in:
shdown 2018-06-13 00:49:19 +03:00 committed by Marek Kotewicz
parent b34d46cbc8
commit 5d7ef54d02
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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`, `libudev-dev` and `pkg-config` packages to be installed.
Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl`, `libudev-dev`, `pkg-config`, `file` and `make` packages to be installed.
- OSX:
```bash