Skip to content

Commit 51a70ca

Browse files
author
Ryan Frizzell
committed
update readme
1 parent 10ee240 commit 51a70ca

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
112
This project creates full-stack platform-specific packages for
213
`berkshelf-api`!
314

415
Installation
516
------------
6-
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
718
the required gems are installed:
819

920
```shell

0 commit comments

Comments
 (0)