diff options
author | rebuilt <[email protected]> | 2021-09-14 12:51:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-14 12:51:45 +0200 |
commit | 707b0bbb1b6f57bddde7118d7401432217b8c47f (patch) | |
tree | e5fc391f7ae941475716f13f6cde902009f2a8d6 | |
parent | f0b30f0a83988e6194970838656f9d4e8250e547 (diff) | |
parent | 087fb255ee070cdfb34eacdb7b34d5b6df35a7ee (diff) |
Merge pull request #1545 from pr3c0g/patch-1
[Doc] Update README.md to delete old bin
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ You can find all of the documentation for Lunarvim at [lunarvim.org](https://www Make sure you have the release version of Neovim (0.5). +If you have previously installed LunarVim, make sure to remove `/usr/local/bin/lvim`, as we've moved to `.local/bin/lvim` + ``` bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) ``` |