Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Directory homebrew tap

How to add this homebrew tap to your system

    brew tap agntcy/dir https://github.com/agntcy/dir/

How to install the latest dirctl formula

    brew install dirctl

How to install the a specific version of dirctl formula

    brew install dirctl@1.0.0

How to switch between installed dirctl formula versions

    brew link dirctl@1.0.0

How to remove an installed dirctl formula

    brew remove dirctl

How to remove tap from your system

    brew untap agntcy/dir