Ship 1.0.0
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
1820306d0a
commit
4d1b2f1547
3 changed files with 44 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ There are also guides for [Ubuntu](https://docs.docker.com/installation/ubuntuli
|
|||
|
||||
Next, install Fig:
|
||||
|
||||
curl -L https://github.com/docker/fig/releases/download/0.5.2/fig-`uname -s`-`uname -m` > /usr/local/bin/fig; chmod +x /usr/local/bin/fig
|
||||
curl -L https://github.com/docker/fig/releases/download/1.0.0/fig-`uname -s`-`uname -m` > /usr/local/bin/fig; chmod +x /usr/local/bin/fig
|
||||
|
||||
Releases are available for OS X and 64-bit Linux. Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue