README.md in vagrant-sshfs-0.0.5.beta1 vs README.md in vagrant-sshfs-0.0.5

- old
+ new

@@ -2,11 +2,11 @@ A Vagrant plugin to mount a folder from the box to the host using sshfs. ## Why -Common solutions for sharing folders with Vagrant include synced folder, which is pretty slow when dealing with many files, and NFS. NFS didn't work for me because of encrypted disk restrictions. An alternative was to mount a folder in the host machine pointing the a folder in the box with sshfs. +Common solutions for sharing folders with Vagrant include synced folder, which is pretty slow when dealing with many files, and NFS. NFS didn't work for me because of encrypted disk restrictions. An alternative was to mount a folder in the host machine pointing to a folder in the box with sshfs. ## Installation `vagrant plugin install vagrant-sshfs` @@ -23,9 +23,11 @@ `config.sshfs.username = "theusername"` The plugin is enabled by default, so it will run everytime the machine starts. In case that is not desired, you can disabled that with the following configuration: `config.sshfs.enabled = false` + +To manually run it, you can use the `sshfs` command. Please check `vagrant -h`. ## Issues ### Connection reset by peer