From 5eaacfab30845ee30361102612cb6c4c80334fab Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Mon, 24 Sep 2018 12:21:21 -0700 Subject: [PATCH] add fedora rocksdb package to readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 497143fe0..ec7ca22c5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Join the Status community chats: * We use the version in the [Status fork](https://github.com/status-im/Nim) * Follow the Nim installation instructions or use [choosenim](https://github.com/dom96/choosenim) to manage your Nim versions * A recent version of Facebook's [RocksDB](https://github.com/facebook/rocksdb/) - * Compile [from source](https://github.com/facebook/rocksdb/blob/master/INSTALL.md) or use the package manager of your OS; for example, [Debian](https://packages.debian.org/search?keywords=librocksdb-dev&searchon=names&exact=1&suite=all§ion=all) and [Ubuntu](https://packages.ubuntu.com/search?keywords=librocksdb-dev&searchon=names&exact=1&suite=all§ion=all) have working RocksDB packages + * Compile [from source](https://github.com/facebook/rocksdb/blob/master/INSTALL.md) or use the package manager of your OS; for example, [Debian](https://packages.debian.org/search?keywords=librocksdb-dev&searchon=names&exact=1&suite=all§ion=all), [Ubuntu](https://packages.ubuntu.com/search?keywords=librocksdb-dev&searchon=names&exact=1&suite=all§ion=all), and [Fedora](https://apps.fedoraproject.org/packages/rocksdb) have working RocksDB packages ### Obtaining the prerequisites through the Nix package manager