mirror of https://github.com/docker/compose.git
Don't use future tense
As per style-guide, future tense is not necessary. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
9549bd0539
commit
f0dd63d5bc
|
@ -2,11 +2,11 @@
|
|||
|
||||
## Building binaries
|
||||
|
||||
`script/build-linux` will build the Linux binary inside a Docker container:
|
||||
`script/build-linux` builds the Linux binary inside a Docker container:
|
||||
|
||||
$ script/build-linux
|
||||
|
||||
`script/build-osx` will build the Mac OS X binary inside a virtualenv:
|
||||
`script/build-osx` builds the Mac OS X binary inside a virtualenv:
|
||||
|
||||
$ script/build-osx
|
||||
|
||||
|
|
Loading…
Reference in New Issue