From dfcf7f25a418a20588388ff15d3a9374f2217748 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 23 Feb 2016 17:08:53 -0800 Subject: [PATCH] Use short URL for scope download --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 70b471144..eb4209d15 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ Interact with your containers directly: pause, restart and stop containers. Laun ## Getting started ``` -sudo wget -O /usr/local/bin/scope \ - https://github.com/weaveworks/scope/releases/download/latest_release/scope +sudo wget -O /usr/local/bin/scope https://git.io/scope sudo chmod a+x /usr/local/bin/scope sudo scope launch ```