sveinbjornt / Sloth

Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
https://sveinbjorn.org/sloth
BSD 3-Clause "New" or "Revised" License
8.31k stars 158 forks source link

Homepage still has old brew command #20

Closed gingerbeardman closed 3 years ago

gingerbeardman commented 3 years ago

At https://sveinbjorn.org/sloth

it shows

brew cask install sloth

should be

brew install --cask sloth

GitHub readme has correct modern command

sveinbjornt commented 3 years ago

Fixed.