daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

default instalation path #62

Closed kenardes closed 6 years ago

kenardes commented 6 years ago

in the Makefile, the default installation path is /usr/local, this path need root permission, it will trigger error if not change to path with user permission because cargo can not run as root in default configuration. I believe ~/.local is better.

daa84 commented 6 years ago

Don't think change default is good idea. Not sure anybody use default path, but this can break install script. Also /usr/local is default for most libraries and programs i see.

kirillrdy commented 6 years ago

Maybe its worth noting that people can justcargo install to get nvim-gtk installed in cargo bin dir which is usually in path therefore its not really an issue