dwarvesf / VimMotionApp

Access macOS UI elements with your fingers stay on keyboard. Inspired by vim-easymotion & avy-mode.
The Unlicense
809 stars 15 forks source link

homebrew issues #26

Open blackketter opened 3 years ago

blackketter commented 3 years ago

The main README.md says to use "brew cask install vimmotion" which isn't correct. The command should be "brew install vimmotion"

Homebrew currently installs version 1.2, which isn't the latest. Upon running the app, an upgrade to 1.2.3 is offered and downloaded, but fails to install.

Downloading and installing the 1.2.3 .dmg file works fine.

joshmedeski commented 3 years ago

I made a PR suggesting the README gets updated https://github.com/dwarvesf/VimMotionApp/pull/27

OsKaR31415 commented 1 year ago

Maybe the command should be brew install --cask vimmotion.