You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You’re recommending installing pandoc with Homebrew and then setting its path depending on if the user is on Intel or Apple Silicon. That is not necessary, as Alfred’s PATHalready includes the Homebrew install locations. And if added to the Gallery Alfred will even be able to resolve that dependency.
Checking if pandoc is installed may still make sense, but it would be better to check for it by name instead of by the variable.
The text was updated successfully, but these errors were encountered:
You’re recommending installing pandoc with Homebrew and then setting its path depending on if the user is on Intel or Apple Silicon. That is not necessary, as Alfred’s
PATH
already includes the Homebrew install locations. And if added to the Gallery Alfred will even be able to resolve that dependency.Checking if pandoc is installed may still make sense, but it would be better to check for it by name instead of by the variable.
The text was updated successfully, but these errors were encountered: