Remove note about installing vagrant-scp

This is now handled in the Vagrantfile
This commit is contained in:
Charlie O'Keefe 2019-03-29 00:12:06 -06:00
parent 5ec1bee604
commit c84bad4d6e
1 changed files with 0 additions and 4 deletions

View File

@ -572,10 +572,6 @@ Vagrant synced folders may also work natively with `vboxfs` if you install Virtu
Copying files
-------------
The easiest way to do it is with a plugin.
vagrant plugin install vagrant-scp
To copy files to the VM: `vagrant scp file_on_host.txt :file_on_vm.txt`
To copy files from the VM: `vagrant scp :file_on_vm.txt file_on_host.txt`