Merge pull request #1295 from citusdata/ozgune-readme-step-numbering

Minor update README.md to fix the numbers in Docker installation steps.
pull/1261/head
Ozgun Erdogan 2017-03-23 14:52:26 -07:00 committed by GitHub
commit 6fbd8e27c3
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). 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 ```bash
curl -sSLO https://raw.githubusercontent.com/citusdata/docker/master/docker-compose.yml curl -sSLO https://raw.githubusercontent.com/citusdata/docker/master/docker-compose.yml
docker-compose -p citus up -d docker-compose -p citus up -d
``` ```
1. Connect to the master database 3. Connect to the master database
```bash ```bash
docker exec -it citus_master psql -U postgres docker exec -it citus_master psql -U postgres
``` ```
1. Follow the [first tutorial][tutorial] instructions 4. Follow the [first tutorial][tutorial] instructions
1. To shut the cluster down, run 5. To shut the cluster down, run
```bash ```bash
docker-compose -p citus down docker-compose -p citus down