From bf77d0356b3e28ee5ce4d5dd210c00ae1e67acfd Mon Sep 17 00:00:00 2001 From: Alberto Granzotto Date: Wed, 10 Feb 2016 21:06:41 +0100 Subject: [PATCH] Add instructions to install RethinkDB --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ae267d3..f85b1063 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Documentation is available at https://bigchaindb.readthedocs.org/ ## Getting started -#### Install RethinkDB on Ubuntu +### Install RethinkDB +#### On Ubuntu ```sh # install rethinkdb https://rethinkdb.com/docs/install/ubuntu/ $ source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list @@ -23,12 +24,15 @@ $ sudo apt-get install rethinkdb $ rethinkdb ``` -#### Install BigchainDB +#### On other platforms +To install RethinkDB on other platform, please refer to [the official documentation](https://rethinkdb.com/docs/install/). + +### Install BigchainDB ```sh $ pip install bigchaindb ``` -#### Running BigchainDB +### Running BigchainDB Currently BigchainDB only supports Python 3.4+