Replace wget in instructions with curl, as it's more widely avail. on macs

This commit is contained in:
Paul Bellamy
2016-07-13 14:25:13 +01:00
parent 78bf236a9c
commit 985912f964
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,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://git.io/scope
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch
```

View File

@@ -9,7 +9,7 @@ $ sudo curl -L git.io/weave -o /usr/local/bin/weave
$ sudo chmod +x /usr/local/bin/weave
$ curl -o run.sh https://raw.githubusercontent.com/weaveworks/scope/master/experimental/example/run.sh
$ ./run.sh
$ sudo wget -O /usr/local/bin/scope https://github.com/weaveworks/scope/releases/download/latest_release/scope
$ sudo curl -L git.io/scope -o /usr/local/bin/scope
$ sudo chmod a+x /usr/local/bin/scope
$ scope launch
```

View File

@@ -29,7 +29,7 @@ The following topics are discussed:
To install Scope onto your local Docker machine in standalone mode, run the following commands:
sudo wget -O /usr/local/bin/scope https://git.io/scope
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch
@@ -51,7 +51,7 @@ First, obtain a service-token from Weave Cloud by signing up at [https://cloud.w
Then, install Scope onto your local Docker machine and start using Weave Cloud:
sudo wget -O /usr/local/bin/scope https://git.io/scope
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch --service-token=<token>

View File

@@ -8,7 +8,7 @@ Weave Scope is a visualization, and monitoring tool for Docker and Kubernetes. I
To install Scope on your local Docker machine, run the following commands:
sudo wget -O /usr/local/bin/scope https://git.io/scope
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
scope launch