We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e2308d + 6ead40e commit 0021a06Copy full SHA for 0021a06
1 file changed
docs/install.md
@@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun
16
17
Next, install Fig. On OS X:
18
19
- $ 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
20
$ chmod +x /usr/local/bin/fig
21
22
On 64-bit Linux:
23
24
- $ 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
25
26
27
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