We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ee240 commit 51a70caCopy full SHA for 51a70ca
README.md
@@ -1,9 +1,20 @@
1
+Notes
2
+-----------
3
+
4
+* install chef-dk
5
+* use kitchen to bring up the machine you need to build a pacakge for
6
+ <code>kitchen converge <your os></code>
7
+* login to the machine
8
+ <code>kitchen login <your os></code>
9
+* follow the instructions below....
10
11
12
This project creates full-stack platform-specific packages for
13
`berkshelf-api`!
14
15
Installation
16
------------
-You must have a sane Ruby 1.9+ environment with Bundler installed. Ensure all
17
+You must have a sane Ruby 2.0+ environment with Bundler installed. Ensure all
18
the required gems are installed:
19
20
```shell
0 commit comments