Update README.md

Updated the Local Cluster steps to include the right numbering.
pull/1295/head
Ozgun Erdogan 2017-03-23 11:00:32 -07:00 committed by GitHub
parent dc8c12f8b0
commit 1285cabf28
1 changed files with 4 additions and 4 deletions

View File

@ -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