Skip to content

Commit

Permalink
Merge pull request docker#1028 from sanscontext/installcli
Browse files Browse the repository at this point in the history
Cloud: small clarifications
  • Loading branch information
LRubin authored Jan 4, 2017
2 parents e2be02a + 5bf6bdb commit 9b7b256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-cloud/getting-started/deploy-app/2_set_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b7b256

Please sign in to comment.