From 5d7ef54d022590973b1bad64fc4904c0b7eee4fa Mon Sep 17 00:00:00 2001 From: shdown Date: Wed, 13 Jun 2018 00:49:19 +0300 Subject: [PATCH] README.md: update the list of dependencies (#8864) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cba4205b..95e5ba2ed 100644 --- a/README.md +++ b/README.md @@ -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