Browse Source

update README and add a version

v0.1.0
phinze 13 years ago
parent
commit
b242a97f53
  1. 5
      README.md
  2. 3
      brew-cask.rb

5
README.md

@ -14,9 +14,10 @@ command](https://github.com/mxcl/homebrew/wiki/External-Commands)" called
## Get brew-cask ## 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 ## Now let's install our first Cask

3
brew-cask.rb

@ -2,7 +2,8 @@ require 'formula'
class BrewCask < Formula class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/' 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 skip_clean :all

Loading…
Cancel
Save