This commit is contained in:
Sébastien Fievet
2014-04-21 12:13:10 +02:00
parent 3551a8444e
commit eb66a3170a
+5 -5
View File
@@ -29,17 +29,17 @@ Deployment
Usage
-----
Once deployed, building a forumla is simple::
Once deployed, building a formula is simple::
$ heroku run ./brew <forumla> <bucket>
$ heroku run ./brew <formula> <bucket>
# Builds specified Python to ``./python``.
Releasing a forumla is simple::
Releasing a formula is simple::
$ heroku run ./bottle <forumla> <bucket>
$ heroku run ./bottle <formula> <bucket>
# Builds specified Python and uploads the resulting tarball to the given S3 bucket.
Distribution "Spec"
-------------------
``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.
``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.