Merge pull request #9675 from chrisroberts/e-docs-share

Include installation information for vagrant share plugin
This commit is contained in:
Chris Roberts 2018-04-10 14:52:53 -07:00 committed by GitHub
commit 2ccfccb70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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.