Skip to content

Commit

Permalink
Merge pull request #321 from orchardup/update-install-docs-for-0.5.1
Browse files Browse the repository at this point in the history
Update install docs for 0.5.1
  • Loading branch information
bfirsh committed Jul 14, 2014
2 parents 5e2308d + 6ead40e commit 0021a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun

Next, install Fig. On OS X:

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

On 64-bit Linux:

$ curl -L https://github.com/orchardup/fig/releases/download/0.5.0/linux > /usr/local/bin/fig
$ curl -L https://github.com/orchardup/fig/releases/download/0.5.1/linux > /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):
Expand Down

0 comments on commit 0021a06

Please sign in to comment.