From 087fb255ee070cdfb34eacdb7b34d5b6df35a7ee Mon Sep 17 00:00:00 2001 From: pr3c0g Date: Tue, 14 Sep 2021 08:33:10 +0100 Subject: Update README.md to delete old bin Previous versions of LunarVim had the bin located in `/usr/local/bin/lvim`. Since the new one is at `.local/bin/lvim`, if $PATH has the previous bin location before the new one, new installations on systems that had already LunarVim installed in the past, will fail to work. Hence, the old one should be removed. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4157a3af..de09e706 100644 --- a/README.md +++ b/README.md @@ -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) ``` -- cgit v1.2.3