From 2b951216781af238c2e1cd0d77daad3769943401 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 6 Nov 2013 21:15:27 +0800 Subject: [PATCH] Add usage --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cdc7cb6ee..c3f546b4a 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,19 @@ Here you'll find alternate versions of Casks for the homebrew-cask project. +# Usage + +After you install homebrew-cask, run the following command: + +```sh +$ brew tap caskroom/versions +``` + +You can now install alternate versions of Casks. + +```sh +$ brew cask install iterm2-beta +``` + ## License Code is under the [BSD 2 Clause (NetBSD) license](https://github.com/caskroom/homebrew-versions/blob/master/LICENSE)