From 100976fad0e561674a322d592a77b38bdb37bc29 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 10 Apr 2018 10:03:46 -0700 Subject: [PATCH] Include installation information for vagrant share plugin Fixes #9485 --- website/source/docs/share/index.html.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/share/index.html.md b/website/source/docs/share/index.html.md index e1ff70314..035bed924 100644 --- a/website/source/docs/share/index.html.md +++ b/website/source/docs/share/index.html.md @@ -38,4 +38,14 @@ The details of each are covered in their specific section in the sidebar to the left. We also have a section where we go into detail about the security implications of this feature. +## Installation + +Vagrant Share is a Vagrant plugin that must be installed. It is not +included with Vagrant system packages. To install the Vagrant Share +plugin, run the following command: + +```shell +$ vagrant plugin install vagrant-share +``` + Vagrant Share requires [ngrok](https://ngrok.com) to be used.