diff options
author | Tuna AlikaÅŸifoÄŸlu <[email protected]> | 2022-09-21 03:52:33 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-20 20:52:33 -0400 |
commit | bcfb980d204cdff012a555050245060eebdb608c (patch) | |
tree | 9509623fc5db381fb285454acb65011b112cd276 | |
parent | 2b60f233d979a8ec5b2e44be186e8b1b9b829bea (diff) |
fix: add branch export for rolling installation (#3054)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |