浏览代码

Merge pull request #1045 from ichigo-gyuunyuu/docs/readme

[Doc] Update README.md
rebuilt 4 年之前
父节点
当前提交
ec448a3005
共有 1 个文件被更改,包括 1 次插入2 次删除
  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
 ```