robertpsoane / ducker

A slightly quackers Docker TUI based on k9s 🦆
https://crates.io/crates/ducker
MIT License
261 stars 11 forks source link

add brew commands #32

Closed daeho-ro closed 3 months ago

daeho-ro commented 3 months ago

I have moved my own homebrew tap to the organization DraftBrew for more public one. By using this custom tap, it is much simpler to install ducker on macOS.

First, add the custom tap at once

brew tap draftbrew/tap

and then install the package.

brew install ducker

Then, it will download ducker source and install rust, build with cargo, register bin to path automatically. I think it is also possible to use homebrew on linux but I have never tried.

The reason why I am registering this to the custom tap is the minumum requirements.

Once the project ready for that, I will submit the official formula to the homebrew-core and will migrate the custom one to the official one.