From 00e654a8b7604d28951f2b5090cbffff93dacee0 Mon Sep 17 00:00:00 2001 From: Max Howell <mxcl@mairax.lan> Date: Sat, 13 Nov 2010 22:45:53 +0000 Subject: [PATCH] Support the `brew instal` typo Because `gem instal` works too. --- bin/brew | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/brew b/bin/brew index e4fa968e55..fd72dce09f 100755 --- a/bin/brew +++ b/bin/brew @@ -55,6 +55,7 @@ begin '-S' => :search, 'up' => :update, 'ln' => :link, + 'instal' => :install, # gem does the same 'rm' => :uninstall, 'remove' => :uninstall, 'configure' => :diy, -- GitLab