Update README.md

it's `build-essential` on debian
This commit is contained in:
Jacek Sieka 2019-12-31 13:37:25 +01:00 committed by GitHub
parent 148527c716
commit 265b9aaf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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