From e77e45418cedec93b29107efe00a743bf55235c0 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 23 Feb 2016 16:29:40 +0100 Subject: [PATCH] improve documentation --- docs/source/installing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/installing.md b/docs/source/installing.md index ff51539c..25ae921c 100644 --- a/docs/source/installing.md +++ b/docs/source/installing.md @@ -79,9 +79,13 @@ Then open a different terminal and run: ```text $ bigchaindb start ``` - During its first run, BigchainDB takes care of configuring a single node environment. +On another terminal create some test transactions +```text +$ bigchaindb-benchmark load +``` + ## Run BigchainDB with Docker