Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 660 Bytes

File metadata and controls

36 lines (29 loc) · 660 Bytes

Directory homebrew tap

How to add this homebrew tap to your system

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

Trust the formulae for getting updates

    brew trust 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