Skip to content

Commit 6ead40e

Browse files
committed
Update install docs for 0.5.1
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
1 parent 5e2308d commit 6ead40e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun
1616

1717
Next, install Fig. On OS X:
1818

19-
$ curl -L https://github.com/orchardup/fig/releases/download/0.5.0/darwin > /usr/local/bin/fig
19+
$ curl -L https://github.com/orchardup/fig/releases/download/0.5.1/darwin > /usr/local/bin/fig
2020
$ chmod +x /usr/local/bin/fig
2121

2222
On 64-bit Linux:
2323

24-
$ curl -L https://github.com/orchardup/fig/releases/download/0.5.0/linux > /usr/local/bin/fig
24+
$ curl -L https://github.com/orchardup/fig/releases/download/0.5.1/linux > /usr/local/bin/fig
2525
$ chmod +x /usr/local/bin/fig
2626

2727
Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):

0 commit comments

Comments
 (0)