projects
/
vagrant-dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f863d0a
)
Updated Readme
author
Akshay Mankar
<akshaym@thoughtworks.com>
Sat, 6 Jul 2013 16:29:07 +0000
(21:59 +0530)
committer
Akshay Mankar
<akshaym@thoughtworks.com>
Sat, 6 Jul 2013 16:29:07 +0000
(21:59 +0530)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
4e5c1e4
..
4292537
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-15,9
+15,9
@@
It is a simple 3 step process
Add these lines in your vagrant file inside the `Vagrant::Config.run` block
config.vm.provision :copy_my_conf do |copy_conf|
- copy_conf.git
= true
- copy_conf.vim
= true
- copy_conf.ssh
= true
+ copy_conf.git
+ copy_conf.vim
+ copy_conf.ssh
end
Don't worry if you have any other provisioners, vagrant can work with multiple provisioners. Yay \o/