Skip to content

Commit 6dab8c1

Browse files
committed
Merge pull request #420 from bfirsh/inline-installation-commands
Collapse install instructions into single line
2 parents dc857a7 + 63bd05d commit 6dab8c1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ 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/docker/fig/releases/download/0.5.2/darwin > /usr/local/bin/fig
20-
$ chmod +x /usr/local/bin/fig
19+
curl -L https://github.com/docker/fig/releases/download/0.5.2/darwin > /usr/local/bin/fig; chmod +x /usr/local/bin/fig
2120

2221
On 64-bit Linux:
2322

24-
$ curl -L https://github.com/docker/fig/releases/download/0.5.2/linux > /usr/local/bin/fig
25-
$ chmod +x /usr/local/bin/fig
23+
curl -L https://github.com/docker/fig/releases/download/0.5.2/linux > /usr/local/bin/fig; chmod +x /usr/local/bin/fig
2624

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

0 commit comments

Comments
 (0)