Skip to content

Commit

Permalink
added info about vendorer init
Browse files Browse the repository at this point in the history
  • Loading branch information
divout authored and grosser committed Jan 12, 2012
1 parent 20894cd commit c0f8ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -53,7 +53,7 @@ folder 'vendor/assets/javascripts' do
end
```


- Create a new Vendorfile: `vendorer init`
- excute all installations: `vendorer`
- Update all dependencies: `vendorer update`
- update a single dependency: `vendorer update vendor/assets/javascripts/jquery.min.js`
Expand Down
1 change: 1 addition & 0 deletions bin/vendorer
Expand Up @@ -15,6 +15,7 @@ Create a Vendorfile in your project root with:
file 'public/javascripts/jquery.min.js' => 'http://code.jquery.com/jquery-latest.min.js'
folder 'vendor/plugins/parallel_tests' => 'https://github.com/grosser/parallel_tests.git'
Run `vendorer init` to create Vendorfile.
Run `vendorer` to install.
Run `vendorer update` to update.
Expand Down

0 comments on commit c0f8ff5

Please sign in to comment.