lgarron / folderify

:file_folder: Generate pixel-perfect macOS folder icons in the native style.
MIT License
1.56k stars 39 forks source link

zsh: command not found: brew #81

Closed whoisgrayson closed 11 months ago

whoisgrayson commented 11 months ago

I have installed Homebrew and am now trying to install Folderify by using this:

brew install folderify

but it keeps saying

zsh: command not found: brew

Anyone know what I am doing wrong? Thanks!

lgarron commented 11 months ago

Sounds like brew is not in your $PATH.

I suggest consulting https://brew.sh/ and https://github.com/Homebrew/brew/issues for information.