mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed URL used by curl in overlay readme
Signed-off-by: Matt Bentley <mbentley@mbentley.net>
This commit is contained in:
parent
a4e942d9b4
commit
1cba00c62b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ In this example we will use `consul`
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ curl -OL https://dl.bintray.com/mitchellh/consul/#0.5.2_linux_amd64.zip
|
$ curl -OL https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip
|
||||||
$ unzip 0.5.2_linux_amd64.zip
|
$ unzip 0.5.2_linux_amd64.zip
|
||||||
$ mv consul /usr/local/bin/
|
$ mv consul /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue