From d6fd0beff4813e5f879294e24ef84ace0500e51a Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 22 Jun 2016 13:56:14 +0000 Subject: [PATCH] Don't prepend `scope launch` with sudo --- site/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/installing.md b/site/installing.md index 9be45c69c..7483d7b66 100644 --- a/site/installing.md +++ b/site/installing.md @@ -24,7 +24,7 @@ To install Scope onto your local Docker machine in standalone mode, run the foll sudo wget -O /usr/local/bin/scope https://git.io/scope sudo chmod a+x /usr/local/bin/scope - sudo scope launch + scope launch This script downloads and runs a recent Scope image from the Docker Hub. Scope needs to be installed onto every machine that you want to monitor. Once launched, Scope doesn’t require any other configuration and it also doesn’t depend on Weave Net. @@ -42,7 +42,7 @@ 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 chmod a+x /usr/local/bin/scope - sudo scope launch --service-token= + scope launch --service-token= Where,