Skip to content

Commit

Permalink
Fix typo (elastic#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartier authored Feb 17, 2020
1 parent 40e4d9b commit 7ec7ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Every time there is a new Elastic Stack release we have to update the configurat

### Starting an Environment

`./scripts/compose.py` provides a handy CLI for starting a testing environment using `docker-compos`.
`./scripts/compose.py` provides a handy CLI for starting a testing environment using `docker-compose`.
`make venv` creates a virtual environment with all of the python-based dependencies needed to run `./scripts/compose.py` - it requires `virtualenv` in your `PATH`.
Activate the virtualenv with `source venv/bin/activate` and use `./scripts/compose.py --help` for information on subcommands and arguments. Finally, you can execute the following command to list all available parameter to start the environment `./scripts/compose.py start --help`.

Expand Down

0 comments on commit 7ec7ccf

Please sign in to comment.