Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Jan 24, 2012
1 parent 8582877 commit 12dfba8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.mkd
Expand Up @@ -3,11 +3,13 @@
This repository contains bits of code that may be useful to people This repository contains bits of code that may be useful to people
using Chef. It is structured as follows: using Chef. It is structured as follows:


* `bootstraps/`: Bootstraps that can be used with knife bootstrap. * `bootstraps/`: knife-bootstrap scripts. Place in `.chef/bootstrap/`
Place in `.chef/bootstrap/` * `exec/`: knife-exec scripts.
* `exec`/: Scripts to be used with knife-exec
* `plugins/`: An unorganized set of plugins that extend knife's * `plugins/`: An unorganized set of plugins that extend knife's
functionality. Place in `.chef/plugins/knife/` functionality. Place in `.chef/plugins/knife/`.
* `shef/`: Scripts suitable for interactive use with Shef. These can
technically also work with knife-exec.
* `shell/`: Shell scripts that making working with Knife easier.


# Warning # Warning


Expand All @@ -20,6 +22,7 @@ my initial use of it. Be extra wary of the `exec/` folder.
Unless otherwise specified all works in this repository are Unless otherwise specified all works in this repository are


Copyright 2011 Opscode, Inc Copyright 2011 Opscode, Inc

Author:: Steven Danna (steve@opcsode.com) Author:: Steven Danna (steve@opcsode.com)


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 12dfba8

Please sign in to comment.