From bb022db333507f272373548e0b29a22e17b0a300 Mon Sep 17 00:00:00 2001 From: Todd Sedano Date: Thu, 21 Sep 2017 13:34:15 -0700 Subject: [PATCH] Tightens readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c08c2a431f..f558f04e28 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,10 @@ make install # Bring in greenplum environment into your running shell source /usr/local/gpdb/greenplum_path.sh -# Start demo cluster (gpdemo-env.sh is created which contain -# __PGPORT__ and __MASTER_DATA_DIRECTORY__ values) -cd gpAux/gpdemo +# Start demo cluster make create-demo-cluster -source gpdemo-env.sh +# (gpdemo-env.sh contains __PGPORT__ and __MASTER_DATA_DIRECTORY__ values) +source gpAux/gpdemo/gpdemo-env.sh ``` Compilation can be sped up with parallelization. Instead of `make`, consider: -- GitLab