From 487730bcbaf75bdd93b53f5a2c9b83c095427c05 Mon Sep 17 00:00:00 2001 From: tersec Date: Mon, 24 Sep 2018 15:19:39 +0000 Subject: [PATCH] remove misleading/counterproductive Nim version guideline (#157) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9e13bb1ee..497143fe0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Join the Status community chats: * A recent version of Nim * We use the version in the [Status fork](https://github.com/status-im/Nim) - * Normally, this is the latest released version of Nim but it may also include custom patches * 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