From c4ab18091fb42b759de5500117979d5950ffcc21 Mon Sep 17 00:00:00 2001 From: ichigo-gyuunyuu <15829692+ichigo-gyuunyuu@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:05:48 +0530 Subject: [PATCH] Update README.md Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d5b3c9c..57dba177 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,8 @@ LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiar ### Fixing installation problems If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \ you can run the script with `--overwrite` but be warned this will remove the following folders: -- `~/.config/nvim` - `~/.cache/nvim` -- `~/.local/share/nvim/site/pack/packer` +- `~/.local/share/lunarvim` ```bash curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh | LVBRANCH=rolling bash -s -- --overwrite ```