Update README.md

Need git on bare ubuntu
This commit is contained in:
Jacek Sieka 2019-12-31 15:31:59 +01:00 committed by GitHub
parent 265b9aaf39
commit 1fef4090b5
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-essential golang-go librocksdb-dev libpcre3-dev
sudo apt-get install build-essential git golang-go librocksdb-dev libpcre3-dev
# Fedora
dnf install @development-tools go rocksdb-devel pcre