summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuna AlikaÅŸifoÄŸlu <[email protected]>2022-09-21 03:52:33 +0300
committerGitHub <[email protected]>2022-09-20 20:52:33 -0400
commitbcfb980d204cdff012a555050245060eebdb608c (patch)
tree9509623fc5db381fb285454acb65011b112cd276 /README.md
parent2b60f233d979a8ec5b2e44be186e8b1b9b829bea (diff)
fix: add branch export for rolling installation (#3054)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5f8dc17..02462e83 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/
If you are running Neovim 0.8+
```bash
-bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/rolling/utils/installer/install.sh)
+export LV_BRANCH="rolling"; bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/rolling/utils/installer/install.sh)
```
To run the install script without any interaction you can pass the `-y` flag to automatically install all dependencies and have no prompts. This is particularly useful in automated installations.