From 265b9aaf399b21bb39dad76a25183a0d62e4da90 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Tue, 31 Dec 2019 13:37:25 +0100 Subject: [PATCH] Update README.md it's `build-essential` on debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2da3ac04..33f07651b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Nim is not an external dependency, Nimbus will build its own local copy. On common Linux distributions the dependencies can be installed with: ```sh # Debian and Ubuntu -sudo apt-get install build-essentials golang-go librocksdb-dev libpcre3-dev +sudo apt-get install build-essential golang-go librocksdb-dev libpcre3-dev # Fedora dnf install @development-tools go rocksdb-devel pcre