mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Merge pull request #1018 from weaveworks/scope-short-url
Use short URL for scope download
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user