diff --git a/bin/brew b/bin/brew
index e4fa968e55fa9a43bb3c1c73d4370f3879a7d044..fd72dce09f4cf8281d43558c675cb5e09ea5f34a 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,