Procházet zdrojové kódy

Update README.md

Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script
ichigo-gyuunyuu před 4 roky
rodič
revize
c4ab18091f
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      README.md

+ 1 - 2
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
 ```