FineFindus / artem

Convert images from multiple formats (jpg, png, webp, etc…) to ASCII art, written in Rust
Mozilla Public License 2.0
293 stars 9 forks source link

Compile via Brew #2

Closed DarrenPIngram closed 2 years ago

DarrenPIngram commented 2 years ago

Is your feature request related to a problem? Please describe. Not a problem per se.

Describe the solution you'd like Ability for this to be installed by "brew"

Describe alternatives you've considered

Additional context

Information

For MacOS, but it could be used by other Linuxes too.

FineFindus commented 2 years ago

Thanks for the suggestion. I have not used brew yet, but I'll look into it

FineFindus commented 2 years ago

I have created a brew tap, so artem is now installable with

brew install finefindus/tap/artem

This also contains the man page and the tab completion files for bash, zsh and fish. The tap should (hopefully) stay up to date, it will be updated from the same release workflow as all the others.

Since this is my first time working with homebrew, please consider reporting any issue that you encounter using the tap. Thanks again for suggesting this feature.

DarrenPIngram commented 2 years ago

This worked first time. Thank you for going to the trouble of making this additional installation method.