Merge pull request #1018 from weaveworks/scope-short-url

Use short URL for scope download
This commit is contained in:
Tom Wilkie
2016-02-24 11:29:53 +00:00

View File

@@ -26,8 +26,7 @@ Interact with your containers directly: pause, restart and stop containers. Laun
## <a name="getting-started"></a>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
```