diff --git a/docs/source/deploy-on-aws.md b/docs/source/deploy-on-aws.md index 617b7c69..d7efd219 100644 --- a/docs/source/deploy-on-aws.md +++ b/docs/source/deploy-on-aws.md @@ -153,6 +153,7 @@ Here's an example of how one could launch a BigchainDB cluster of three (3) node cd bigchaindb cd deploy-cluster-aws ./awsdeploy.sh 3 +fab start_bigchaindb ``` `awsdeploy.sh` is a Bash script which calls some Python and Fabric scripts. The usage is: