Skip to content

hckr-cli/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-tap

Easily install the Hckr CLI using Homebrew.

Usage

Initialize tap:

brew tap hckr-cli/tap

To install or upgrade the Hckr CLI, run:

brew install hckr

If this tap has been updated but you don't see it show up locally, you can force an update with:

brew update --force

Shell completion

As long as you have configured shell completion for Homebrew itself, shell completion for the Hckr CLI will work out of the box.

You can find documentation for setting this up at https://docs.brew.sh/Shell-Completion.