diff options
author | rebuilt <[email protected]> | 2021-09-14 12:52:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-14 12:52:44 +0200 |
commit | 3b62c9be214ad59a9f29af3cdc55ead31320c9bc (patch) | |
tree | 3889842d71f439b6718b7c73f7454aab5fa04c40 | |
parent | 707b0bbb1b6f57bddde7118d7401432217b8c47f (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ 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` +If you have previously installed LunarVim, make sure to remove `/usr/local/bin/lvim`, as we've moved the launcher to `~.local/bin/lvim` ``` bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) |