summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-07-20 13:38:00 +0200
committerGitHub <[email protected]>2021-07-20 13:38:00 +0200
commit64e3d2c4595790a842a394a004180a1775f4c21c (patch)
tree2baa4ce6199e42b639bfd2e69562e6bce226293a
parentab30eeae32c3941a1c755c2ce96f6f86ad018bd3 (diff)
Update README.md
Update what gets removed with the overwrite flag
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e912cd7..3d9fa3ec 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,9 @@ LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiar
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:
- `~/.cache/nvim`
-- `~/.local/share/nvim/site/pack/packer` #Master Branch
-- `~/.local/share/lunarvim` #Rolling Branch
+- `~/.config/nvim` #Removed only on Master Branch
+- `~/.local/share/nvim/site/pack/packer` #Removed only on Master Branch
+- `~/.local/share/lunarvim` #Removed only on Rolling Branch
```bash
curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh | LVBRANCH=rolling bash -s -- --overwrite
```