From a946ce09c01b40ea528136a53f6ddd403d1934f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 23 Mar 2012 19:52:59 -0400 Subject: [PATCH] literate detect --- bin/detect | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index dd1877f9..9dcdd07c 100755 --- a/bin/detect +++ b/bin/detect @@ -1,5 +1,16 @@ #!/usr/bin/env bash -# bin/detect <build-dir> + +# This script serves as the +# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) +# detector. +# +# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an +# adapter between a Python application and Heroku's runtime. + +# ## Usage +# Compiling an app into a slug is simple: +# +# $ bin/detect <build-dir> <cache-dir> BUILD_DIR=$1 -- GitLab