mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
Update download URLs on install page
This commit is contained in:
parent
6dc1a404d5
commit
5e6f175b5f
@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun
|
|||||||
|
|
||||||
Next, install Fig. On OS X:
|
Next, install Fig. On OS X:
|
||||||
|
|
||||||
$ curl -L https://github.com/orchardup/fig/releases/download/0.3.2/darwin > /usr/local/bin/fig
|
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.0/darwin > /usr/local/bin/fig
|
||||||
$ chmod +x /usr/local/bin/fig
|
$ chmod +x /usr/local/bin/fig
|
||||||
|
|
||||||
On 64-bit Linux:
|
On 64-bit Linux:
|
||||||
|
|
||||||
$ curl -L https://github.com/orchardup/fig/releases/download/0.3.2/linux > /usr/local/bin/fig
|
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.0/linux > /usr/local/bin/fig
|
||||||
$ chmod +x /usr/local/bin/fig
|
$ chmod +x /usr/local/bin/fig
|
||||||
|
|
||||||
Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
|
Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user