From 1285cabf28411d9c49718022bb16a39353364ae7 Mon Sep 17 00:00:00 2001 From: Ozgun Erdogan Date: Thu, 23 Mar 2017 11:00:32 -0700 Subject: [PATCH] Update README.md Updated the Local Cluster steps to include the right numbering. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 387650e52..9cb1a99d1 100644 --- a/README.md +++ b/README.md @@ -61,19 +61,19 @@ If you're looking to get started locally, you can follow the following steps to ``` The above version of Docker Compose is sufficient for running Citus, or you can install the [latest version](https://github.com/docker/compose/releases/latest). -1. Pull and start the Docker images +2. Pull and start the Docker images ```bash curl -sSLO https://raw.githubusercontent.com/citusdata/docker/master/docker-compose.yml docker-compose -p citus up -d ``` -1. Connect to the master database +3. Connect to the master database ```bash docker exec -it citus_master psql -U postgres ``` -1. Follow the [first tutorial][tutorial] instructions -1. To shut the cluster down, run +4. Follow the [first tutorial][tutorial] instructions +5. To shut the cluster down, run ```bash docker-compose -p citus down