From c7b4b698c3f639528708657e0e7473190b74853a Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 25 Apr 2016 13:22:56 +0200 Subject: [PATCH] Updated docs on startup.sh --- docs/source/deploy-on-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy-on-aws.md b/docs/source/deploy-on-aws.md index 282863b7..4a373a0d 100644 --- a/docs/source/deploy-on-aws.md +++ b/docs/source/deploy-on-aws.md @@ -99,7 +99,7 @@ The `pypi` on the end means that it will install the latest (stable) `bigchaindb ./startup.sh ``` -The first two arguments are self-explanatory. The third argument can be `pypi` or the name of a local Git branch (e.g. `master` or `feat/3752/quote-asimov-on-tuesdays`). +The first two arguments are self-explanatory. The third argument can be `pypi` or the name of a local Git branch (e.g. `master` or `feat/3752/quote-asimov-on-tuesdays`). If you don't include a third argument, then `pypi` will be assumed by default. Here's what the `startup.sh` script does; it: