README.md in vagrant-sshfs-0.0.3 vs README.md in vagrant-sshfs-0.0.4
- old
+ new
@@ -16,9 +16,13 @@
`config.sshfs.paths = { "src" => "mountpoint" }`
`src` is the source absolute path to the folder in the box, `mountpoint` is the folder in the host machine. `mountpoint` can be an absolute path, or relative to the `Vagrantfile`.
+By default it will use the Vagrant ssh username. You can change that with the following:
+
+`config.sshfs.username = "theusername"`
+
## Contributing
If you have issues or ideas, please contribute! You can create an issue throught Github, or send a Pull Request.
## Development