added builddep command.
[puppet-modules/puppetlabs-apt.git] / README.md
index 8beee7cf3b999b50f4243897674a902a6fcd6757..a6eee8026763c1b666bd313b9b2893dc29fa182c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@ Provides helpful definitions for dealing with Apt.
 
 ## Usage
 
+### apt:builddep
+Install the build depends of a specified package.
+<pre>
+apt::builddep { "glusterfs-server": }
+</pre>
+
 ### apt::force
 Force a package to be installed from a specific release.  Useful when using repositoires like Debian unstable in Ubuntu.
 <pre>