From 5bf6bdba02a580d533b14c7812f04998b4b54e5f Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 4 Jan 2017 12:55:21 -0800 Subject: [PATCH] small clarifications Signed-off-by: LRubin --- docker-cloud/getting-started/deploy-app/2_set_up.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-cloud/getting-started/deploy-app/2_set_up.md b/docker-cloud/getting-started/deploy-app/2_set_up.md index 7e92c1a305..26a6a5f78d 100644 --- a/docker-cloud/getting-started/deploy-app/2_set_up.md +++ b/docker-cloud/getting-started/deploy-app/2_set_up.md @@ -15,13 +15,13 @@ Install the docker-cloud CLI using the package manager for your system. #### Install using a Docker container -If you have Docker Engine installed locally, you can simply run the following command regardless of which operating system you are using. +If you have Docker Engine installed locally, you can run the following `docker` command in your shell regardless of which operating system you are using. -``` +```none docker run dockercloud/cli -h ``` -This runs a container that installs the docker-cloud CLI for you. Learn more about this container [here](https://github.com/docker/dockercloud-cli#docker-image). +The command runs a container that installs the separate `docker-cloud` CLI for you. Learn more about this container [here](https://github.com/docker/dockercloud-cli#docker-image). #### Install for Linux or Windows