Skip to content

Commit

Permalink
Dependency resolution with Berkshelf
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbarr committed Feb 18, 2016
1 parent 2e31170 commit f82fc2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Cookbook Dependencies
Usage
-----
1. Add ```depends 'ibm_mq'``` to your cookbook's metadata.rb
2. Use the resources shipped in cookbook in a recipe, the same way you'd
2. Add ```cookbook 'ibm_mq', github: "ibm-messaging/mq-chef", tag: "v0.1.1"``` to your cookbook's `Berkshelf` file
3. Use the resources shipped in cookbook in a recipe, the same way you'd
use core Chef resources (file, template, directory, package, etc).

```ruby
Expand Down

0 comments on commit f82fc2f

Please sign in to comment.