Achno / gowall

A tool to convert a Wallpaper's color scheme / palette
https://achno.github.io/gowall-docs/
MIT License
475 stars 10 forks source link

MacOS #18

Open Neo3477 opened 2 days ago

Neo3477 commented 2 days ago

Could you please also provide installation instructions for MacOS, if possible.

Achno commented 2 days ago

Hello there, If your OS / distro is not mentioned in the installation instructions here, you essentially have 2 options that will work anywhere.

  1. Follow the instructions here cloning the repo, building it and placing it in your $PATH
  2. Follow the instructions here using the go install utility which will essentially do the same thing but place the binary in $HOME/go/bin

The above instructions assume you have go installed.

Achno commented 2 days ago

Im planning to add support for COPR (Fedora and derivatives) and PPA (Debian and derivatives) so i can cover all the linux distro's

As for MacOS, as i dont have a Mac device its a bit tricky. I roughly know that you need to create a homebrew tap and homebrew formula. If any Mac user wants to help with that, i would be more than happy.