VimMotionApp icon indicating copy to clipboard operation
VimMotionApp copied to clipboard

homebrew issues

Open blackketter opened this issue 3 years ago • 2 comments

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.

blackketter avatar Mar 08 '21 17:03 blackketter

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

joshmedeski avatar Apr 07 '21 00:04 joshmedeski

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

OsKaR31415 avatar Nov 09 '22 07:11 OsKaR31415