FiloSottile / yubikey-agent

yubikey-agent is a seamless ssh-agent for YubiKeys.
https://filippo.io/yubikey-agent
BSD 3-Clause "New" or "Revised" License
2.61k stars 124 forks source link

Update README.md to use HOMEBREW_PREFIX for mac #90

Closed snyff closed 3 years ago

snyff commented 3 years ago

Instead of using the hardcoded path /usr/local as a prefix for homebrew, the value $HOMEBREW_PREFIX can be used. Especially since installing Homebrew seems to put all the files in /opt/homebrew now.

FiloSottile commented 3 years ago

Ah good catch. Can you use $(brew --prefix) though? Most people won't have the env var defined.

snyff commented 3 years ago

Great idea! Done!