File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun
1616
1717Next, 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
2221On 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
2725Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
2826
You can’t perform that action at this time.
0 commit comments