vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::HostDarwin::Cap::SMB.smb_mount_options
Required options for mounting a share hosted on macos.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/hosts/darwin/cap/smb.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--HostDarwin--Cap--SMB-smb_mount_options-for-pr
# Commit to gitgit add plugins/hosts/darwin/cap/smb.rbgit commit -m "better docs for VagrantPlugins::HostDarwin::Cap::SMB.smb_mount_options"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--HostDarwin--Cap--SMB-smb_mount_options-for-pr
hub pull-request
# Celebrate!