From c84bad4d6ebca0d2e67284892634312d42a27fda Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Fri, 29 Mar 2019 00:12:06 -0600 Subject: [PATCH] Remove note about installing vagrant-scp This is now handled in the Vagrantfile --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7f4f8bb..f852cd8 100644 --- a/README.md +++ b/README.md @@ -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`