Skip to content

Commit 0021a06

Browse files
committed
Merge pull request #321 from orchardup/update-install-docs-for-0.5.1
Update install docs for 0.5.1
2 parents 5e2308d + 6ead40e commit 0021a06

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)