From 16c938b854529a4736c93073a4e10d08e98ddb52 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sun, 15 Nov 2020 13:23:34 -0500 Subject: [PATCH] update docs --- docs/local-launcher.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/local-launcher.md b/docs/local-launcher.md index b5bc528e..5e32c62e 100644 --- a/docs/local-launcher.md +++ b/docs/local-launcher.md @@ -1,7 +1,9 @@ # Bubble Local Launcher Mode -A Bubble in Local Launcher Mode is the starting point for standing up a Bubble in -[Remote Launcher Mode](remote-launcher.md), which you can then use to launch proper Bubbles -in [Bubble Node Mode](launch-node.md). +A Bubble in Local Launcher Mode is the starting point for standing up any kind of Bubble. + +You can use a Local Launcher to: + * [Start a new Bubble directly in Node Mode](launch-node-from-local.md) + * [Start a new Bubble in Remote Launcher Mode](remote-launcher.md) which can then [launch new Bubbles in Node Mode](launch-node-from-remote.md). ## Run Bubble Run the `./bin/run.sh` script on your local machine to start Bubble in Local Launcher mode.