Skip to content

Commit

Permalink
Merge pull request #420 from bfirsh/inline-installation-commands
Browse files Browse the repository at this point in the history
Collapse install instructions into single line
  • Loading branch information
aanand committed Aug 22, 2014
2 parents dc857a7 + 63bd05d commit 6dab8c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun

Next, install Fig. On OS X:

$ curl -L https://github.com/docker/fig/releases/download/0.5.2/darwin > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig
curl -L https://github.com/docker/fig/releases/download/0.5.2/darwin > /usr/local/bin/fig; chmod +x /usr/local/bin/fig

On 64-bit Linux:

$ curl -L https://github.com/docker/fig/releases/download/0.5.2/linux > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig
curl -L https://github.com/docker/fig/releases/download/0.5.2/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 6dab8c1

Please sign in to comment.