Skip to content
Snippets Groups Projects
Commit 00e654a8 authored by Max Howell's avatar Max Howell Committed by Adam Vandenberg
Browse files

Support the `brew instal` typo

Because `gem instal` works too.
parent d78b89dd
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ begin
'-S' => :search,
'up' => :update,
'ln' => :link,
'instal' => :install, # gem does the same
'rm' => :uninstall,
'remove' => :uninstall,
'configure' => :diy,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment