iglance / iGlance

Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
https://iglance.github.io
GNU General Public License v3.0
2.43k stars 123 forks source link

Installation is failed using latest Homebrew #252

Closed kawarimidoll closed 3 years ago

kawarimidoll commented 3 years ago

Describe the bug🐛 Installation is failed using latest Homebrew. This is not bug of iGlance, but need to fix installation instructions in README.md.

To Reproduce Run brew cask install iglance in the terminal.

Screenshots スクリーンショット 2020-12-25 10 45 32

Desktop (please complete the following information):

naveenyadav15 commented 3 years ago

I also faced the same error. I solved it using this command. brew install iGlance

AT181903 commented 3 years ago

There is a problem in readme file, the correct command is brew install --cask iglance

jesseclm commented 3 years ago

I have create a PR to fix this issue