From b242a97f53b90ae61b39d1b7c6a3a10b6624c2ec Mon Sep 17 00:00:00 2001 From: phinze Date: Sat, 25 Aug 2012 21:32:06 -0500 Subject: [PATCH] update README and add a version --- README.md | 5 +++-- brew-cask.rb | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35ef7852c..6d083d810 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ command](https://github.com/mxcl/homebrew/wiki/External-Commands)" called ## Get brew-cask -Pull down my work-in-progress Homebrew formula from https://gist.github.com/2010774 like so: +Tap this repository and install the `brew-cask` tool: - $ brew install --HEAD https://gist.github.com/raw/2010774/8744c097cc9fdfda21fb4a07d140b23cfaf06b78/brew-cask.rb + $ brew tap phinze/homebrew-cask + $ brew install brew-cask ## Now let's install our first Cask diff --git a/brew-cask.rb b/brew-cask.rb index b105327ba..e43443a99 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -2,7 +2,8 @@ require 'formula' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' - head 'https://github.com/phinze/homebrew-cask.git' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.1.0' + version '0.1.0' skip_clean :all