summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-18 16:39:26 +0430
committerGitHub <[email protected]>2021-07-18 16:39:26 +0430
commitf0d22b299f2a49272454f657b32dacadceeb0096 (patch)
tree0fadf283bf2e8eba2171bbd7be8f88605e814031
parent5fb24d2bd86083fb1bf067542f0c7a52e66a7121 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e11e9267..309e8ebe 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,13 @@ 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 folder:
+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`
```bash
curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh | LVBRANCH=rolling bash -s -- --overwrite
+# then run nvim and wait for treesitter to finish the installation
```