rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Remove instructions to install with --HEAD #224

Closed tvon closed 8 years ago

tvon commented 8 years ago

Given you cut a release I figure this makes sense.

Also, brew install --HEAD neovim will build with a version of 0.1.3-dev which means brew install --HEAD neovim-dot-app will not build against it, so using the release is currently the only way to get this from homebrew (unless I am mistaken).

rogual commented 8 years ago

Makes sense.

At some point I need to look into why people are getting the -dev version number, because on my machine I always get a 0.1.3-xxx with a commit offset.

tvon commented 8 years ago

I have no idea what does it. If I cd into the homebrew cache of neovim--git and run what seem to be the same build commands I get the NVIM v0.1.3-321-gc94575f as the version, but if I do the full homebrew install I get 0.1.3-dev.

tvon commented 8 years ago

FYI I filed an issue with the formula: https://github.com/neovim/homebrew-neovim/issues/135