Skip to content

Commit f82fc2f

Browse files
committed
Dependency resolution with Berkshelf
1 parent 2e31170 commit f82fc2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Cookbook Dependencies
2222
Usage
2323
-----
2424
1. Add ```depends 'ibm_mq'``` to your cookbook's metadata.rb
25-
2. Use the resources shipped in cookbook in a recipe, the same way you'd
25+
2. Add ```cookbook 'ibm_mq', github: "ibm-messaging/mq-chef", tag: "v0.1.1"``` to your cookbook's `Berkshelf` file
26+
3. Use the resources shipped in cookbook in a recipe, the same way you'd
2627
use core Chef resources (file, template, directory, package, etc).
2728

2829
```ruby

0 commit comments

Comments
 (0)