mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
Better installation instruction in release notes
Changed sample download script to use the built in `-o` optoin in `curl` instead of redicrecting stdout's output.
This allows users to prepend `sudo` to the snippet to make it work in common use cases where root permissions are needed to create the output file.
From `curl`:
-o, --output <file>
Write output to <file> instead of stdout.
Signed-off-by: Reut Sharabani <reut.sharabani@gmail.com>
This commit is contained in:
parent
eb51f0fae8
commit
7dfb856244
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ When prompted build the non-linux binaries and test them.
|
|||
Alternatively, you can use the usual commands to install or upgrade Compose:
|
||||
|
||||
```
|
||||
curl -L https://github.com/docker/compose/releases/download/1.16.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
|
||||
curl -L https://github.com/docker/compose/releases/download/1.16.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue