From 4931a4f77435d488026ee1cb5b45e153be64eb61 Mon Sep 17 00:00:00 2001 From: Anita Buehrle Date: Tue, 31 May 2016 13:43:09 -0500 Subject: [PATCH] cosmetic edits to minimesos section --- site/installing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/installing.md b/site/installing.md index 3eedcc841..1ef1664b8 100644 --- a/site/installing.md +++ b/site/installing.md @@ -20,7 +20,7 @@ The following topics are discussed: ##Installing Scope on Docker -To install Scope on your local Docker machine in Standalone Mode, run the following commands: +To install Scope on your local Docker machine in standalone mode, run the following commands: sudo wget -O /usr/local/bin/scope https://git.io/scope sudo chmod a+x /usr/local/bin/scope @@ -225,12 +225,12 @@ For step by step instructions on how to configure the stack, see: [Install Weave ##Installing Scope on minimesos -[minimesos](https://github.com/ContainerSolutions/minimesos) project enables running Apache Mesos cluster on a single -machine, making it very easy to develop Mesos frameworks. +The [minimesos](https://github.com/ContainerSolutions/minimesos) project enables you to run an Apache Mesos cluster on a single +machine, which makes it very easy to develop Mesos frameworks. -Weave Scope is part of minimesos cluster by default, and can be accessed on `http://172.17.0.1:4040/`. +Weave Scope is part of minimesos cluster by default, and can be accessed at `http://172.17.0.1:4040/`. -If you have removed Weave Scope from your minimesos cluster, you can add it back with the following command: +If Weave Scope is removed from your minimesos cluster, you can add it back with the following command: ``` minimesos install --marathonFile https://raw.githubusercontent.com/weaveworks/scope/master/examples/mesos/minimesos.json