diff options
author | rebuilt <[email protected]> | 2021-07-20 13:34:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 13:34:44 +0200 |
commit | ab30eeae32c3941a1c755c2ce96f6f86ad018bd3 (patch) | |
tree | ecb4f35c6a6a3dee96212ba63d7e28feb4b7e581 | |
parent | ec448a3005e6abcd623b6fb62c2ee6b1cddc726a (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ 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/lunarvim` +- `~/.local/share/nvim/site/pack/packer` #Master Branch +- `~/.local/share/lunarvim` #Rolling Branch ```bash curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh | LVBRANCH=rolling bash -s -- --overwrite ``` |