chiark / gitweb /
Upload formula.
authorIlya Kulakov <kulakov.ilya@gmail.com>
Fri, 7 Dec 2012 07:53:23 +0000 (14:53 +0700)
committerIlya Kulakov <kulakov.ilya@gmail.com>
Fri, 7 Dec 2012 07:53:23 +0000 (14:53 +0700)
README.md

index f369799510b04bbb9e05ea1b7314ee55a628e9ed..fe4d65599821a2c34cdf86c9a3bbc0421c7aabf9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ You'll need non-system, framework-based, universal with min deployment target se
 
 **deployment target set to 10.6**: Output of ``otool -l `which python` `` should contain *"cmd LC_VERSION_MIN_MACOSX ... version 10.6"*
 
-The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/): `brew install --fresh osx_python_cura.rb --universal` (TODO: upload the formula). Note you'll need to uninstall Python if you already have it installed via Homebrew.
+The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/): `brew install --fresh https://github.com/downloads/GreatFruitOmsk/Cura/python.rb --universal`. Note you'll need to uninstall Python if you already have it installed via Homebrew.
 
 ###Virtualenv
 You may skip this step if you don't bother to use [virtualenv](http://pypi.python.org/pypi/virtualenv). It's not a requirement.