Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Feb 18, 2016
1 parent 369e319 commit a38db2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
To run a on a Mac, run:

```
$ docker-machine create -d virtualbox --virtualbox-memory=4096
$ docker-machine create -d virtualbox --virtualbox-memory=4096 scope-tastic
$ eval $(docker-machine env scope-tastic)
$ sudo curl -L git.io/weave -o /usr/local/bin/weave
$ sudo chmod +x /usr/local/bin/weave
$ weave launch
$ curl -o run.sh https://...
$ 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 chmod a+x /usr/local/bin/scope
Expand Down

0 comments on commit a38db2e

Please sign in to comment.