diff --git a/README.md b/README.md index 4600340..92660f5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ It helps to manage developer test environments based on docker-compose files. ## Installation -The released binaries are statically compiled, so they can run in almost all linux distributions, tested in Ubuntu 4 (2006). +The released binaries are statically compiled, so they can run in almost all linux distributions. App running is tested in Ubuntu 4 (2006). Supported platforms is: * Linux x86, x86_64 -To install `dcw` system wide and bash completion run this command in your terminal: +To install `dcw` system wide with bash completion run this command in your terminal: ```sh sudo sh -c 'curl -sSL https://github.com/navrocky/dcw/raw/master/install.sh | bash'