qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Can't copy VimR cli file #916

Closed jehhhh closed 2 years ago

jehhhh commented 2 years ago

Tried copying VimR cli tool into/usr/local/bin however it is not working because “vimr” couldn’t be copied because you don’t have permission to access “bin”.

Screenshot 2022-03-16 at 17 48 04
rickyc commented 2 years ago

Assuming that the file is on your desktop, try this command.

sudo mv ~/Desktop/vimr /usr/local/bin/vimr

It should prompt you to type your computer's password when you use `sudo.

jehhhh commented 2 years ago

Oh! I ended up doing that on same day just after 20 mins filing issue. Little clear instructions would be better though :)

qvacua commented 2 years ago

Thank you for the support @rickyc! However, I would recommend to install vimr in a location where you don't need sudo for, e.g., ~/.local/bin and have it in PATH.