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