File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ which the release page specifies, in your terminal.
31
31
32
32
The following is an example command illustrating the format:
33
33
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
35
35
36
36
If you have problems installing with `curl`, see
37
37
[Alternative Install Options](install.md#alternative-install-options).
@@ -123,4 +123,4 @@ To uninstall Docker Compose if you installed using `pip`:
123
123
- [ Get started with Rails] ( rails.md )
124
124
- [ Get started with WordPress] ( wordpress.md )
125
125
- [ Command line reference] ( ./reference/index.md )
126
- - [ Compose file reference] ( compose-file.md )
126
+ - [ Compose file reference] ( compose-file.md )
You can’t perform that action at this time.
0 commit comments