From d5b23cdf73550aef5371da05f8e346a476dbfd7a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 9 Feb 2016 16:36:03 +0100 Subject: [PATCH] update Terminal code, ref #35 --- _src/index.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/_src/index.html b/_src/index.html index fd4576b..dc7c2d4 100644 --- a/_src/index.html +++ b/_src/index.html @@ -67,23 +67,18 @@ js: page-front.min.js

Install and Run

-
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus temporibus nostrum, omnis non dolores repellat! Harum delectus, dolores.

+
+
+

BigchainDB provides a rich API to create, query and transfer digital assets.

-
+
- # clone the repo - git clone git@github.com:bigchaindb/bigchaindb.git - cd bigchaindb/ - # start the database - rethinkdb - # install dependencies - pip install -r requirements.txt && pip install -e . - # initialize bigchain - bigchain init + # install bigchaindb + pip install bigchaindb
+ # start bigchaindb + bigchaindb start