Skip to content

Commit

Permalink
Include 'patch' library as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoyote committed Jan 30, 2013
1 parent 6f70df1 commit 1de30ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -79,6 +79,12 @@ In a Windows command-shell:

:: ... several minutes from now: success!

# One more step: update virtual box guest additions

vagrant vbguest

... and reboot the VM one more time so that useful settings like Bidirectional Clipboard copy/paste work.

# Common errors

Sometimes things don't work. Check the file ERRORS.md for solutions to
Expand Down
6 changes: 0 additions & 6 deletions project.sublime-project
Expand Up @@ -3,12 +3,6 @@
[
{
"path": "/C/Dev/linux-vm"
},
{
"path": "/C/Users/pat/.berkshelf/cookbooks/users-1.1.2"
},
{
"path": "/C/Users/pat/.berkshelf/cookbooks/sudo-2.0.4"
}
]
}
1 change: 1 addition & 0 deletions recipes/developer.rb
Expand Up @@ -12,6 +12,7 @@
# Add useful packages
package 'wget' # like curl, only different
package 'tree' # list directory structure in tree format
package 'patch' # apply diff-patches; required for RVM & etc.

# add your recipes here; remember they must be listed in:
# ../metadata.rb (for recipes from Opscode)
Expand Down

0 comments on commit 1de30ec

Please sign in to comment.