From 1cba00c62bc523f4e5f0f59b17ed946d99f9268f Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Fri, 26 Jun 2015 21:05:50 -0400 Subject: [PATCH] Fixed URL used by curl in overlay readme Signed-off-by: Matt Bentley --- libnetwork/docs/overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/docs/overlay.md b/libnetwork/docs/overlay.md index 47168c10a3..66252987f6 100644 --- a/libnetwork/docs/overlay.md +++ b/libnetwork/docs/overlay.md @@ -34,7 +34,7 @@ In this example we will use `consul` 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 $ mv consul /usr/local/bin/ ```