mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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>