From ab03f2310bcf926a49595db0ed93b74ff840b8e8 Mon Sep 17 00:00:00 2001 From: Mazz Mosley Date: Wed, 1 Jul 2015 16:13:38 +0100 Subject: [PATCH] Include zsh shell Signed-off-by: Mazz Mosley --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e4366f4652..56cd77c3e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -190,7 +190,7 @@ services. For example, to see what environment variables are available to the $ docker-compose run web env -See `docker-compose --help` to see other available commands. You can also install [command completion](completion.md) for the bash shell, which will also show you available commands. +See `docker-compose --help` to see other available commands. You can also install [command completion](completion.md) for the bash and zsh shell, which will also show you available commands. If you started Compose with `docker-compose up -d`, you'll probably want to stop your services once you've finished with them: