From b693da4a2f0bce1f7f2801189ac318c19b7525be Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 26 Apr 2019 08:21:26 -0700 Subject: [PATCH] Fixes #10813: Add install link docs to Share tutorial This commit adds a note and link on how to install vagrant-share before the vagrant share tutorial starts. This ensures that users know they need the plugin installed since it no longer comes with Vagrant core. --- website/source/intro/getting-started/share.html.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/share.html.md b/website/source/intro/getting-started/share.html.md index 93b4f81f9..b72ac3a42 100644 --- a/website/source/intro/getting-started/share.html.md +++ b/website/source/intro/getting-started/share.html.md @@ -23,7 +23,10 @@ world with an Internet connection. It will give you a URL that will route directly to your Vagrant environment from any device in the world that is connected to the Internet. -Run `vagrant share`: +First, follow the [installation guide](/docs/share/#installation) before getting +started. You need the `vagrant-share` plugin for the rest of the tutorial to work. + +Next, run `vagrant share`: ``` $ vagrant share @@ -48,7 +51,7 @@ Vagrant Share is much more powerful than simply HTTP sharing. For more details, see the [complete Vagrant Share documentation](/docs/share/). Note: Vagrant Share now defaults to using the `ngrok` driver. -The `classic` driver has been deprecated. +The `classic` driver has been deprecated. ~> **Vagrant share is not designed to serve production traffic!** Please do not rely on Vagrant share outside of development or Q/A. The Vagrant share service