Skip to content

Commit 9a39f03

Browse files
Merge pull request docker#595 from ankon/patch-1
Use curl's -o to specify the output
2 parents 698f8d2 + f07aa9e commit 9a39f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ which the release page specifies, in your terminal.
3131

3232
The following is an example command illustrating the format:
3333

34-
$ curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
34+
$ curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
3535

3636
If you have problems installing with `curl`, see
3737
[Alternative Install Options](install.md#alternative-install-options).
@@ -123,4 +123,4 @@ To uninstall Docker Compose if you installed using `pip`:
123123
- [Get started with Rails](rails.md)
124124
- [Get started with WordPress](wordpress.md)
125125
- [Command line reference](./reference/index.md)
126-
- [Compose file reference](compose-file.md)
126+
- [Compose file reference](compose-file.md)

0 commit comments

Comments
 (0)