diff options
author | rebuilt <[email protected]> | 2021-07-20 13:32:39 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 13:32:39 +0200 |
commit | ec448a3005e6abcd623b6fb62c2ee6b1cddc726a (patch) | |
tree | 817a68fa79d54629f58469af126dd785f1674b69 | |
parent | 9c27bbf7996f79b507816aa1087ba71ba8cfd30a (diff) | |
parent | c4ab18091fb42b759de5500117979d5950ffcc21 (diff) |
Merge pull request #1045 from ichigo-gyuunyuu/docs/readme
[Doc] Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ``` |